Skip to content

Commit

Permalink
try increasing the playwright workers to 4 and test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahejkm committed May 31, 2024
1 parent d14cc07 commit eb41589
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ const config = {
timeout: 120 * 1000,
}
: undefined,
workers: 4,
};
module.exports = config;

0 comments on commit eb41589

Please sign in to comment.