We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d0258 commit 127c750Copy full SHA for 127c750
test/connection.test.js
@@ -143,7 +143,7 @@ describe('connections:', function() {
143
}).
144
then(function() {
145
return new Promise(function(resolve) {
146
- setTimeout(function() { resolve(); }, 50);
+ setTimeout(function() { resolve(); }, 100);
147
});
148
149
@@ -157,7 +157,7 @@ describe('connections:', function() {
157
158
159
160
- setTimeout(function() { resolve(); }, 2000);
+ setTimeout(function() { resolve(); }, 4000);
161
162
163
0 commit comments