Skip to content

Commit

Permalink
Changes worker to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
michalina-graczyk committed Oct 14, 2024
1 parent 02657c2 commit f2112a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import dotenv from "dotenv";
dotenv.config();

const env = process.env;
const DEFAULT_WORKERS = "2";
const DEFAULT_WORKERS = "1";

// const DEFAULT_RETRIES = "1";

export default defineConfig({
Expand Down

0 comments on commit f2112a0

Please sign in to comment.