From 50ce9c2c2a2c2fefa3110a82cf432183fb39cfc4 Mon Sep 17 00:00:00 2001 From: Arpit Singh Date: Thu, 23 Oct 2025 09:31:41 +0530 Subject: [PATCH] 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 --- .../org/onap/cps/integration/performance/cps/DeltaPerfTest.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'() { -- 2.16.6