Skip to content

Commit ce04e81

Browse files
committed
test: double allowed playwright start time 🤔
1 parent 56b443e commit ce04e81

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)