Skip to content

Commit 66b6437

Browse files
committed
increase timeout for webpack test
1 parent c3cc39a commit 66b6437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/webpack/webpack.chromium.mocha.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// We are gonna test the bundles previously built by the AVA tests (see webpack.test.ts)
33

44
describe("threads webpack browser bundle", function() {
5-
this.timeout(8000)
5+
this.timeout(80000)
66

77
it("works fine", async function() {
88
const bundle = require("./dist/app.web/main")
@@ -11,7 +11,7 @@ describe("threads webpack browser bundle", function() {
1111
})
1212

1313
describe("threads webpack browser bundle with inlined worker", function() {
14-
this.timeout(8000)
14+
this.timeout(80000)
1515

1616
it("works fine", async function() {
1717
const bundle = require("./dist/app-inlined.web/main")

0 commit comments

Comments
 (0)