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 9e276c3 commit 1923084Copy full SHA for 1923084
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: 180_000,
20
},
21
use: {
22
baseURL,
0 commit comments