Skip to content

Commit 018a65d

Browse files
committed
Increase timeout further.
1 parent 2b51f78 commit 018a65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/specs/nsg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('NSG', function () {
4141
});
4242
}
4343

44-
this.timeout(5000);
44+
this.timeout(10000);
4545

4646
beforeEach(function (done) {
4747
function executeAndIgnoreEnoent(fn) {

0 commit comments

Comments
 (0)