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 e985c50 commit c4586a1Copy full SHA for c4586a1
examples/common/config-e2e.ts
@@ -27,9 +27,9 @@ 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 = 200_000;
+ timeout = 800_000;
31
} else {
32
- timeout = 500_000;
33
command = `pnpm preview -- --port ${port} --inspector-port ${inspectorPort} ${env}`;
34
}
35
0 commit comments