mirror of https://github.com/webpack/webpack.git
increase test timeout in Examples.test
This commit is contained in:
parent
01f626cfe1
commit
f3fc2e63c3
|
|
@ -56,7 +56,7 @@ describe("Examples", () => {
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
30000
|
45000
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue