chore(playwright): reduce web server timeout
This commit is contained in:
parent
b164d31471
commit
0312a631a0
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export function createConfig(config: Config): PlaywrightTestConfig {
|
|||
webServer: {
|
||||
command: "pnpm serve",
|
||||
url: baseURL,
|
||||
timeout: 120 * 1000,
|
||||
timeout: 30 * 1000,
|
||||
// eslint-disable-next-line turbo/no-undeclared-env-vars
|
||||
reuseExistingServer: !process.env.CI,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue