Skip to content

Commit 300c9f9

Browse files
committed
Increase timeout
1 parent 8c57fbc commit 300c9f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/commands/commands.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ var proxyquire = require('proxyquire').noPreserveCache();
2121
var sinon = require('sinon');
2222

2323
describe('commands', function() {
24+
this.timeout(180000);
25+
2426
var commands;
2527
var converterSpy = sinon.spy();
2628
var specSpy = sinon.stub().callsArg(2);

0 commit comments

Comments
 (0)