diff --git a/testing/notification-test-gc/src/test/java/org/opengroup/osdu/notification/api/TestPushEndpointGsa.java b/testing/notification-test-gc/src/test/java/org/opengroup/osdu/notification/api/TestPushEndpointGsa.java index 2245bebf5425439ebd5a0680c6c4e0b7695be2ff..c68244d9961c6f9b7b25ccf74bcae1466e0c9560 100644 --- a/testing/notification-test-gc/src/test/java/org/opengroup/osdu/notification/api/TestPushEndpointGsa.java +++ b/testing/notification-test-gc/src/test/java/org/opengroup/osdu/notification/api/TestPushEndpointGsa.java @@ -85,6 +85,7 @@ public class TestPushEndpointGsa { servicesUtils = new ServicesUtils(storageHost, legalHost, testUtils, tenant, groupId); servicesUtils.createLegalTag(LEGAL_TAG_NAME); createResourceInPartition(tenant); + Thread.sleep(10000); } @Test diff --git a/testing/notification-test-gc/src/test/java/org/opengroup/osdu/notification/api/TestPushEndpointHMAC.java b/testing/notification-test-gc/src/test/java/org/opengroup/osdu/notification/api/TestPushEndpointHMAC.java index a4b5ec17d9874c37f3c54f47b4908710b5d7231f..9e6da6e807ef78e35d26212990f34e975a7b833b 100644 --- a/testing/notification-test-gc/src/test/java/org/opengroup/osdu/notification/api/TestPushEndpointHMAC.java +++ b/testing/notification-test-gc/src/test/java/org/opengroup/osdu/notification/api/TestPushEndpointHMAC.java @@ -81,6 +81,7 @@ public class TestPushEndpointHMAC { servicesUtils = new ServicesUtils(storageHost, legalHost, testUtils, tenant, groupId); servicesUtils.createLegalTag(LEGAL_TAG_NAME); createResourceInPartition(tenant); + Thread.sleep(10000); } @Test