Skip to content

Commit 8c0cd40

Browse files
committed
Increase the timeout to 60 seconds
1 parent 0554fcf commit 8c0cd40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default defineConfig({
1717
screenshot: "only-on-failure",
1818
},
1919

20-
timeout: 45 * 1000,
20+
timeout: 60 * 1000,
2121

2222
projects: [
2323
{

0 commit comments

Comments
 (0)