We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c18842 commit 6601b99Copy full SHA for 6601b99
1 file changed
playwright.config.ts
@@ -78,6 +78,8 @@ export default defineConfig({
78
webServer: {
79
command: useDevServer ? 'yarn dev' : 'yarn build && yarn start -p 3000',
80
url: 'http://localhost:3000',
81
+ // `yarn build` can exceed Playwright’s default 60s in CI.
82
+ timeout: 3 * 60 * 1000,
83
reuseExistingServer,
84
env: {
85
...process.env,
0 commit comments