increase timeouts to address multi-threaded failures on CI

This commit is contained in:
Bazyli Brzóska 2018-04-18 21:17:12 +02:00
parent 76e295e7ef
commit 9b0bff8cdd
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ describe("HotTestCases", () => {
}
function _it(title, fn) {
exportedTests.push({ title, fn, timeout: 5000 });
exportedTests.push({ title, fn, timeout: 10000 });
}
function _next(callback) {

View File

@ -4,7 +4,7 @@ const path = require("path");
const webpack = require("../lib/webpack");
describe("Integration", () => {
jest.setTimeout(5000);
jest.setTimeout(10000);
it("should compile library1", done => {
webpack(
{