From a0eeb7ba03c20a5673dd17d375656cf726f643a3 Mon Sep 17 00:00:00 2001
From: nikhilsingh <nikhilsingh@microsoft.com>
Date: Thu, 9 Sep 2021 21:36:09 +0530
Subject: [PATCH] IT Update

---
 .../osdu/notification/api/TestStorageIntegration.java         | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 37fa5bc8a..e25791aa1 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.
-- 
GitLab