From beecdd76d313f111c45a53f27083e76c8b9b11e6 Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Tue, 9 Jul 2024 15:21:25 +0100 Subject: 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 --- .../groovy/org/onap/cps/integration/base/CpsIntegrationSpecBase.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integration-test') 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() -- cgit 1.2.3-korg