Skip to content

Commit

Permalink
increase the overall timeout to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 committed Nov 20, 2024
1 parent 6944872 commit e572a43
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 @@ -4,7 +4,7 @@ import { defineConfig, PlaywrightTestConfig } from '@playwright/test'
export default defineConfig({
testDir: './test',
maxFailures: 2,
timeout: 30 * 1000,
timeout: 60 * 1000,
use: {
// Maximum time each action such as `click()` can take. Defaults to 0 (no limit).
actionTimeout: 0,
Expand Down

0 comments on commit e572a43

Please sign in to comment.