From f2a4a5bb62610a2813a2947d49a48e0e80981748 Mon Sep 17 00:00:00 2001 From: Fonger <5862369+Fonger@users.noreply.github.com> Date: Tue, 7 Aug 2018 19:14:39 +0800 Subject: [PATCH] test(connection): increase delay to make sure driver give up reconnection Re: #4027 --- test/connection.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 test/connection.test.js diff --git a/test/connection.test.js b/test/connection.test.js old mode 100644 new mode 100755 index 1a0fe8fe457..2b94f3f7091 --- a/test/connection.test.js +++ b/test/connection.test.js @@ -217,7 +217,7 @@ describe('connections:', function() { }). then(function() { return new Promise(function(resolve) { - setTimeout(function() { resolve(); }, 400); + setTimeout(function() { resolve(); }, 4000); }); }). then(function() {