diff --git a/testing/notification-test-azure/src/test/java/org/opengroup/osdu/notification/api/TestStorageIntegration.java b/testing/notification-test-azure/src/test/java/org/opengroup/osdu/notification/api/TestStorageIntegration.java index 37fa5bc8a040cf30f203003337b37c06dfd52a0f..e25791aa146f8aa61a61c8213d24bed27bf89b58 100644 --- a/testing/notification-test-azure/src/test/java/org/opengroup/osdu/notification/api/TestStorageIntegration.java +++ b/testing/notification-test-azure/src/test/java/org/opengroup/osdu/notification/api/TestStorageIntegration.java @@ -141,7 +141,9 @@ public class TestStorageIntegration extends BaseTestTemplate { try { // Creates an actual subscription with a test endpoint i.e REGISTER_CUSTOM_PUSH_URL_HMAC this.createResource(); - + // Delay to get the above subscription registered by Notification Service + TimeUnit.SECONDS.sleep(60); + // Delete the Test Ack subscription if there exists any as a part of cleanup. // The Test Ack Subscription gets created if the the test endpoint of actual subscription // created above receives notification from Notification Service.