Skip to content
Snippets Groups Projects
Commit 3f7bad8c authored by Yifan Ye's avatar Yifan Ye
Browse files

increase delay time to wait test subscription get retrieved by notification service

parent fed025eb
No related branches found
No related tags found
1 merge request!400increase delay time to wait test subscription get retrieved by notification service
Pipeline #190689 failed
...@@ -148,7 +148,7 @@ public class TestStorageIntegration extends BaseTestTemplate { ...@@ -148,7 +148,7 @@ public class TestStorageIntegration extends BaseTestTemplate {
logger.info("Actual subscription with a test endpoint created successfully"); logger.info("Actual subscription with a test endpoint created successfully");
// Delay to get the above subscription registered by Notification Service // 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"); logger.info("Subscription registered by Notification service successfully");
// Delete the Test Ack subscription if there exists any as a part of cleanup. // Delete the Test Ack subscription if there exists any as a part of cleanup.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment