We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4249493 commit 538ea00Copy full SHA for 538ea00
1 file changed
test/local.js
@@ -114,6 +114,7 @@ describe('Local', function () {
114
});
115
116
afterEach(function (done) {
117
+ this.timeout(60000);
118
bsLocal.stop(done);
119
120
0 commit comments