Skip to content

Commit 433457b

Browse files
committed
fix: refactored tests (#4068)
1 parent c3e260f commit 433457b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

explorer/playwright_anvil.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ const config: PlaywrightTestConfig = {
3333
timeout: 240 * 1000,
3434
url: "http://localhost:3000/",
3535
},
36-
workers: 1,
36+
workers: "75%",
3737
};
3838
export default config;

0 commit comments

Comments
 (0)