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