We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aeccda commit ffef7a9Copy full SHA for ffef7a9
examples/common/config-e2e.ts
@@ -27,7 +27,7 @@ export function configurePlaywright(
27
if (isCI) {
28
// Do not build on CI - there is a preceding build step
29
command = `pnpm preview:worker -- --port ${port} --inspector-port ${inspectorPort} ${env}`;
30
- timeout = 100_000;
+ timeout = 200_000;
31
} else {
32
timeout = 500_000;
33
command = `pnpm preview -- --port ${port} --inspector-port ${inspectorPort} ${env}`;
0 commit comments