We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41d543 commit b25b7fdCopy full SHA for b25b7fd
playwright.config.js
@@ -1,5 +1,5 @@
1
export default {
2
- timeout: 5000, // Max execution time of any single test
+ timeout: process.env.CI ? undefined : 3000, // Max execution time of any single test
3
expect: {
4
timeout: 1000, // Max execution time of single expect() calls
5
},
0 commit comments