Skip to content

Commit

Permalink
change global test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dualcnhq committed Jan 9, 2025
1 parent e5a4af8 commit a470343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const reportName = () => `${process.env.CATEGORY}/${formattedDateTime()}`;
export default defineConfig({
workers: 5,
// Timeout for each test
timeout: 3 * 60 * 1000, // 3 mins
timeout: 5 * 60 * 1000, // 5 mins
// Maximum time the whole test suite can run
globalTimeout: 20 * 60 * 1000, // 20 mins
testDir: './tests',
Expand Down

0 comments on commit a470343

Please sign in to comment.