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 d8f68d234905de02adc35363ee7305bee2a92149..16fcf01733e85b8cf39b61d88f52376d5175b144 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
@@ -148,7 +148,7 @@ public class TestStorageIntegration extends BaseTestTemplate {
             logger.info("Actual subscription with a test endpoint created successfully");
 
             // Delay to get the above subscription registered by Notification Service
-            TimeUnit.SECONDS.sleep(60);
+            TimeUnit.SECONDS.sleep(600);
             logger.info("Subscription registered by Notification service successfully");
 
             // Delete the Test Ack subscription if there exists any as a part of cleanup.