From: danielhanrahan Date: Tue, 9 Jul 2024 14:21:25 +0000 (+0100) Subject: Increase module sync wait time in tests to 10 seconds X-Git-Tag: 3.5.1~13 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F08%2F138408%2F1;p=cps.git Increase module sync wait time in tests to 10 seconds Too small timeout is causing intermittant test failures. Issue-ID: CPS-2304 Signed-off-by: danielhanrahan Change-Id: Ib6a25cb2f44e9a65b8f7d2d98e8d5e7dfe1f9ceb --- diff --git a/integration-test/src/test/groovy/org/onap/cps/integration/base/CpsIntegrationSpecBase.groovy b/integration-test/src/test/groovy/org/onap/cps/integration/base/CpsIntegrationSpecBase.groovy index 6b38936200..6855e49c54 100644 --- a/integration-test/src/test/groovy/org/onap/cps/integration/base/CpsIntegrationSpecBase.groovy +++ b/integration-test/src/test/groovy/org/onap/cps/integration/base/CpsIntegrationSpecBase.groovy @@ -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()