Skip to content

Commit e4c748c

Browse files
committed
Bump timeout again
1 parent 335704c commit e4c748c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test-teams.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ describe('teams', function () {
3131
});
3232

3333
it('return a emitter', function (done) {
34-
this.timeout(10000);
35-
this.slow(5000);
34+
this.timeout(30000);
35+
this.slow(10000);
3636

3737
ioslib.teams.detect({ bypassCache: true })
3838
.on('detected', function (results) {

0 commit comments

Comments
 (0)