Skip to content

Commit

Permalink
test(connection): increase delay to make sure driver give up reconnec…
Browse files Browse the repository at this point in the history
…tion

Re: #4027
  • Loading branch information
Fonger committed Aug 13, 2018
1 parent 5484542 commit f2a4a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/connection.test.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ describe('connections:', function() {
}).
then(function() {
return new Promise(function(resolve) {
setTimeout(function() { resolve(); }, 400);
setTimeout(function() { resolve(); }, 4000);
});
}).
then(function() {
Expand Down

0 comments on commit f2a4a5b

Please sign in to comment.