We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e260f commit 433457bCopy full SHA for 433457b
explorer/playwright_anvil.config.ts
@@ -33,6 +33,6 @@ const config: PlaywrightTestConfig = {
33
timeout: 240 * 1000,
34
url: "http://localhost:3000/",
35
},
36
- workers: 1,
+ workers: "75%",
37
};
38
export default config;
0 commit comments