We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041dbcd commit 4003833Copy full SHA for 4003833
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