Skip to content

Commit 372d5e3

Browse files
committed
Increase Playwright expect timeout to 60 seconds for longer wait conditions.
1 parent c0d4127 commit 372d5e3

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
@@ -65,6 +65,6 @@ export default defineConfig({
6565
],
6666
timeout: 120000,
6767
expect: {
68-
timeout: 20000,
68+
timeout: 60000,
6969
},
7070
})

0 commit comments

Comments
 (0)