Skip to content

Commit 127c750

Browse files
committed
test(connection): adjust delay time to improve ci pass rate
1 parent c8d0258 commit 127c750

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/connection.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ describe('connections:', function() {
143143
}).
144144
then(function() {
145145
return new Promise(function(resolve) {
146-
setTimeout(function() { resolve(); }, 50);
146+
setTimeout(function() { resolve(); }, 100);
147147
});
148148
}).
149149
then(function() {
@@ -157,7 +157,7 @@ describe('connections:', function() {
157157
}).
158158
then(function() {
159159
return new Promise(function(resolve) {
160-
setTimeout(function() { resolve(); }, 2000);
160+
setTimeout(function() { resolve(); }, 4000);
161161
});
162162
}).
163163
then(function() {

0 commit comments

Comments
 (0)