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 99ea70b73ee298045061c2ee84917e39026d7e0c..e02bd2b8938abb195046de2c166be14071d85da6 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 @@ -160,6 +160,7 @@ public class TestStorageIntegration extends BaseTestTemplate { String URL = Config.Instance().StorageServicePath; ClientResponse response = descriptor.run(URL, "", this.testUtils.getAdminToken()); assertEquals(error(response.getEntity(String.class)), 201, response.getStatus()); + TimeUnit.SECONDS.sleep(120); // Verification of Test Ack Subscription creation from the above process. StopWatch stopWatch = new StopWatch(); @@ -182,7 +183,7 @@ public class TestStorageIntegration extends BaseTestTemplate { fail("An exception occurred :" + e); } finally { // Delete Actual Subscription - this.deleteResource(); + this.deleteResource(); // Deletion of Test Ack Subscription this.deleteAckSubscription(); // Delete legal tag