Skip to content

Commit

Permalink
Add: globalTimeoutを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Nov 17, 2024
1 parent d486ec8 commit 4626132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const config: PlaywrightTestConfig = {
testDir: "./tests/e2e",
/* Maximum time one test can run for. */
timeout: 60 * 1000,
globalTimeout: 5 * 60 * 1000,
expect: {
/**
* Maximum time expect() should wait for the condition to be met.
Expand Down

0 comments on commit 4626132

Please sign in to comment.