Skip to content

Commit 1923084

Browse files
committed
chore: extend playwright time out temporarily
**Temporarily**. Let's make sure we fix this properly at some point!
1 parent 9e276c3 commit 1923084

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: 180_000,
2020
},
2121
use: {
2222
baseURL,

0 commit comments

Comments
 (0)