From: Arpit Singh6 Date: Tue, 27 Jan 2026 09:50:54 +0000 (+0530) Subject: Adjust timing for "Get delta between 2 anchors with grouping disabled" performance... X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=78a5d0bf96013addf42367c25f095ffe203ccd07;p=cps.git Adjust timing for "Get delta between 2 anchors with grouping disabled" performance test 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 --- diff --git a/integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/DeltaPerfTest.groovy b/integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/DeltaPerfTest.groovy index ddd4c8bdf9..209222115a 100644 --- a/integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/DeltaPerfTest.groovy +++ b/integration-test/src/test/groovy/org/onap/cps/integration/performance/cps/DeltaPerfTest.groovy @@ -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'() {