Skip to content

Commit

Permalink
ci: increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jerivas committed Apr 25, 2022
1 parent d41d543 commit b25b7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
timeout: 5000, // Max execution time of any single test
timeout: process.env.CI ? undefined : 3000, // Max execution time of any single test
expect: {
timeout: 1000, // Max execution time of single expect() calls
},
Expand Down

0 comments on commit b25b7fd

Please sign in to comment.