Skip to content

Commit

Permalink
fix: refactored tests (#4068)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpaten committed Sep 3, 2024
1 parent 041dbcd commit 4003833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/playwright_anvil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ const config: PlaywrightTestConfig = {
timeout: 240 * 1000,
url: "http://localhost:3000/",
},
workers: 1,
workers: "75%",
};
export default config;

0 comments on commit 4003833

Please sign in to comment.