From: Arpit Singh Date: Thu, 23 Oct 2025 04:01:41 +0000 (+0530) Subject: Adjust timing for Creating Delta Report Test Data X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=50ce9c2c2a2c2fefa3110a82cf432183fb39cfc4;p=cps.git Adjust timing for Creating Delta Report Test Data The recorded time for creating a modified variant of openroadm anchor is slightly more when it is being run on the Jenkins pipeline. Fix is to adjust the timings by adding more buffer for the test to run successfully. Issue-ID: CPS-3018 Change-Id: I654b16dc68c83d9433d4ec0d31f9b889a558eca9 Signed-off-by: Arpit Singh --- 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 63169918ce..e2c838aba6 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 @@ -45,7 +45,7 @@ class DeltaPerfTest extends CpsPerfTestBase{ resourceMeter.stop() def durationInSeconds = resourceMeter.getTotalTimeInSeconds() then: 'the anchor is created within expected time' - recordAndAssertResourceUsage('CPS: Creating modified openroadm anchor', 10, durationInSeconds, resourceMeter.getTotalMemoryUsageInMB(), false) + recordAndAssertResourceUsage('CPS: Creating modified openroadm anchor', 25, durationInSeconds, resourceMeter.getTotalMemoryUsageInMB(), false) } def 'Get delta between 2 anchors with grouping enabled and #scenario'() {