Skip to content

Commit 2b4e615

Browse files
committed
Increase timeout on callback in stop test
1 parent ff529c8 commit 2b4e615

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
@@ -211,6 +211,7 @@ describe('Local', function () {
211211
})
212212

213213
it('does not error if no callback in stop', function (done) {
214+
this.timeout(60000);
214215
bsLocal.start({ 'key': process.env.BROWSERSTACK_ACCESS_KEY }, function(){
215216
bsLocal.stop();
216217
done();

0 commit comments

Comments
 (0)