Increase module sync wait time in tests to 10 seconds 08/138408/1
authordanielhanrahan <daniel.hanrahan@est.tech>
Tue, 9 Jul 2024 14:21:25 +0000 (15:21 +0100)
committerdanielhanrahan <daniel.hanrahan@est.tech>
Tue, 9 Jul 2024 14:21:25 +0000 (15:21 +0100)
Too small timeout is causing intermittant test failures.

Issue-ID: CPS-2304
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: Ib6a25cb2f44e9a65b8f7d2d98e8d5e7dfe1f9ceb

integration-test/src/test/groovy/org/onap/cps/integration/base/CpsIntegrationSpecBase.groovy

index 6b38936..6855e49 100644 (file)
@@ -133,7 +133,7 @@ abstract class CpsIntegrationSpecBase extends Specification {
     static NO_MODULE_SET_TAG = ''
     static GENERAL_TEST_DATASPACE = 'generalTestDataspace'
     static BOOKSTORE_SCHEMA_SET = 'bookstoreSchemaSet'
-    static MODULE_SYNC_WAIT_TIME_IN_SECONDS = 2
+    static MODULE_SYNC_WAIT_TIME_IN_SECONDS = 10
 
     static initialized = false
     def now = OffsetDateTime.now()