Adjust timing for "Get delta between 2 anchors with grouping disabled" performance... 28/142828/3
authorArpit Singh6 <AS00745003@techmahindra.com>
Tue, 27 Jan 2026 09:50:54 +0000 (15:20 +0530)
committerArpit Singh <as00745003@techmahindra.com>
Wed, 4 Feb 2026 06:18:30 +0000 (06:18 +0000)
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>
integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/DeltaPerfTest.groovy

index ddd4c8b..2092221 100644 (file)
@@ -91,7 +91,7 @@ class DeltaPerfTest extends CpsPerfTestBase{
             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'() {