Skip to content

Commit de738d3

Browse files
committed
increase timeout for Rollup test
1 parent a2f1e09 commit de738d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/rollup/rollup.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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(10000); // milliseconds
89
const [appBundle, workerBundle] = await Promise.all([
910
rollup({
1011
input: path.resolve(__dirname, "app.js"),

0 commit comments

Comments
 (0)