Skip to content
Snippets Groups Projects
Commit 0caca672 authored by Komal Makkar's avatar Komal Makkar
Browse files

Merge branch 'users/nikhil/updateIT' into 'master'

Update Integration Test for Service Bus

See merge request !116
parents 0af63339 a0eeb7ba
No related branches found
No related tags found
1 merge request!116Update Integration Test for Service Bus
Pipeline #65075 failed
......@@ -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.
......
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