Skip to content

Commit f2a4a5b

Browse files
committed
test(connection): increase delay to make sure driver give up reconnection
Re: #4027
1 parent 5484542 commit f2a4a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/connection.test.js

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ describe('connections:', function() {
217217
}).
218218
then(function() {
219219
return new Promise(function(resolve) {
220-
setTimeout(function() { resolve(); }, 400);
220+
setTimeout(function() { resolve(); }, 4000);
221221
});
222222
}).
223223
then(function() {

0 commit comments

Comments
 (0)