Skip to content

Commit 31594e6

Browse files
committed
increase timeout time for bundling with rollup
1 parent 6e08ec0 commit 31594e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rollup/rollup.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { rollup } from "rollup"
55
import config from "./rollup.config"
66

77
test("can be bundled using rollup", async t => {
8-
t.timeout(200000); // milliseconds
8+
t.timeout(2000000); // milliseconds
99
const [appBundle, workerBundle] = await Promise.all([
1010
rollup({
1111
input: path.resolve(__dirname, "app.js"),

0 commit comments

Comments
 (0)