Skip to content

Commit

Permalink
Increase playwright timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Archinowsk committed Sep 30, 2023
1 parent 1fa4815 commit aa988eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/playwright/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ ENABLE_MOBILE_SAFARI &&
const config: PlaywrightTestConfig = {
projects,
retries: process.env.CI ? 1 : 0,
timeout: 5 * 60 * 1000, // 5min
outputDir: "./test-results",
workers: 1,
use: {
Expand Down

0 comments on commit aa988eb

Please sign in to comment.