Skip to content

Commit 38d9be4

Browse files
danielroetaskylizard
authored andcommitted
test: double allowed playwright start time 🤔
1 parent c059421 commit 38d9be4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default defineConfig<ConfigOptions>({
1616
command: 'pnpm start:playwright:webserver',
1717
url: baseURL,
1818
reuseExistingServer: false,
19-
timeout: 120_000,
19+
timeout: 240_000,
2020
},
2121
use: {
2222
baseURL,

0 commit comments

Comments
 (0)