Skip to content

Commit

Permalink
unset workers
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 committed Nov 27, 2024
1 parent 85122af commit e805f21
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 @@ -5,7 +5,7 @@ export default defineConfig({
testDir: './test',
maxFailures: 2,
timeout: 60 * 1000,
workers: 4,
//workers: 4,
use: {
// Maximum time each action such as `click()` can take. Defaults to 0 (no limit).
actionTimeout: 0,
Expand Down

0 comments on commit e805f21

Please sign in to comment.