Skip to content

Commit 538ea00

Browse files
committed
timeout in afterEach hook
1 parent 4249493 commit 538ea00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/local.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ describe('Local', function () {
114114
});
115115

116116
afterEach(function (done) {
117+
this.timeout(60000);
117118
bsLocal.stop(done);
118119
});
119120

0 commit comments

Comments
 (0)