Skip to content

Commit 501479d

Browse files
committed
Increase the timeout to 45 seconds
1 parent e0025d0 commit 501479d

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: 35 * 1000,
20+
timeout: 45 * 1000,
2121

2222
projects: [
2323
{

0 commit comments

Comments
 (0)