Skip to content

Commit ffef7a9

Browse files
authored
Set test timeout to 200s on CI (#842)
1 parent 6aeccda commit ffef7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/common/config-e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ 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 = 100_000;
30+
timeout = 200_000;
3131
} else {
3232
timeout = 500_000;
3333
command = `pnpm preview -- --port ${port} --inspector-port ${inspectorPort} ${env}`;

0 commit comments

Comments
 (0)