Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit b14b5f7

Browse files
committed
Misc: increase fix timeout again
1 parent cd775cc commit b14b5f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/specs/checker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ describe('checker', function() {
229229
});
230230

231231
describe('fixing', function() {
232-
this.timeout(7000);
232+
this.timeout(15000);
233233

234234
var sourceDir = __dirname + '/../data/autofixing';
235235
var tmpDir = __dirname + '/../data/autofixing-tmp';

0 commit comments

Comments
 (0)