The "Get delta between 2 anchors with grouping disabled" test was
fluctuating and causing the entire jenkins buid to fail.
This patch adjusts the timing for the above mentioned test.
Issue-ID: CPS-3145
Change-Id: I1a89f5354da4a4684f484233a7e0da3595b36ea5
Signed-off-by: Arpit Singh6 <AS00745003@techmahindra.com>
scenario | xpath | fetchDescendantsOption || expectedDuration
'no descendants' | '/openroadm-devices/openroadm-device[@device-id=\'C201-7-1A-1\']' | OMIT_DESCENDANTS || 1.0
'direct descendants' | '/openroadm-devices' | DIRECT_CHILDREN_ONLY || 2.0
- 'all descendants' | '/openroadm-devices' | INCLUDE_ALL_DESCENDANTS || 20.0
+ 'all descendants' | '/openroadm-devices' | INCLUDE_ALL_DESCENDANTS || 25.0
}
def 'Get delta between an anchor and JSON payload with grouping enabled and #scenario'() {