Skip to content

Commit 0893f19

Browse files
authored
Merge pull request #273 from ml054/v4.2
increased test timeout
2 parents 8792cb7 + 3b006e8 commit 0893f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Ported/Subscriptions/SecuredSubscriptionsBasicTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe("SecuredSubscriptionsBasicTest", function () {
1111

1212
this.retries(3);
1313

14-
const _reasonableWaitTime = 5 * 1000;
14+
const _reasonableWaitTime = 15 * 1000;
1515
this.timeout(5 * _reasonableWaitTime);
1616

1717
let store: IDocumentStore;

0 commit comments

Comments
 (0)