Skip to content

Commit e12f414

Browse files
committed
larger timeouts to make CI more stable
1 parent 8eba694 commit e12f414

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/Examples.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe("Examples", () => {
1919
it("should compile " + path.relative(basePath, examplePath), function(
2020
done
2121
) {
22-
this.timeout(20000);
22+
this.timeout(30000);
2323
let options = {};
2424
let webpackConfigPath = path.join(examplePath, "webpack.config.js");
2525
webpackConfigPath =

test/HotTestCases.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ describe("HotTestCases", () => {
2929
this.timeout(10000);
3030
});
3131
it(testName + " should compile", done => {
32+
this.timeout(10000);
3233
const testDirectory = path.join(casesPath, category.name, testName);
3334
const outputDirectory = path.join(
3435
__dirname,

0 commit comments

Comments
 (0)