Skip to content

Commit c4586a1

Browse files
committed
fixup! increase timeout for R2 population
1 parent e985c50 commit c4586a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/common/config-e2e.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ export function configurePlaywright(
2727
if (isCI) {
2828
// Do not build on CI - there is a preceding build step
2929
command = `pnpm preview:worker -- --port ${port} --inspector-port ${inspectorPort} ${env}`;
30-
timeout = 200_000;
30+
timeout = 800_000;
3131
} else {
32-
timeout = 500_000;
32+
timeout = 800_000;
3333
command = `pnpm preview -- --port ${port} --inspector-port ${inspectorPort} ${env}`;
3434
}
3535
} else {

0 commit comments

Comments
 (0)