Skip to content

Commit 5536b1e

Browse files
author
James Newell
committed
increase timeout for unrelated tests to see if they pass on CI
1 parent 2dfdbad commit 5536b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/WatchTestCases.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ describe("WatchTestCases", () => {
8080
});
8181
before(() => remove(tempDirectory));
8282
it("should compile", function(done) {
83-
this.timeout(30000);
83+
this.timeout(45000);
8484
const outputDirectory = path.join(__dirname, "js", "watch", category.name, testName);
8585

8686
let options = {};

0 commit comments

Comments
 (0)