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 56b443e commit ce04e81Copy full SHA for ce04e81
1 file changed
playwright.config.ts
@@ -16,7 +16,7 @@ export default defineConfig<ConfigOptions>({
16
command: 'pnpm start:playwright:webserver',
17
url: baseURL,
18
reuseExistingServer: false,
19
- timeout: 120_000,
+ timeout: 240_000,
20
},
21
use: {
22
baseURL,
0 commit comments