Skip to content
Snippets Groups Projects
Commit 2a6be3ab authored by Alok Joshi's avatar Alok Joshi
Browse files

Merge branch 'storage_integration_test' into 'master'

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

See merge request !400
parents fed025eb 3f7bad8c
No related branches found
No related tags found
1 merge request!400increase delay time to wait test subscription get retrieved by notification service
Pipeline #193739 failed
......@@ -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.
......
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