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