From 3f7bad8ca658628dc09e424d52ee7d20041325f4 Mon Sep 17 00:00:00 2001 From: Yifan Ye <YYe5@slb.com> Date: Mon, 5 Jun 2023 11:18:40 -0500 Subject: [PATCH] increase delay time to wait test subscription get retrieved by notification service --- .../opengroup/osdu/notification/api/TestStorageIntegration.java | 2 +- 1 file changed, 1 insertion(+), 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 d8f68d234..16fcf0173 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. -- GitLab