Skip to content

Commit f137e70

Browse files
mrtopsytJonah Paten
authored and
Jonah Paten
committed
fix: refactored tests (#4068)
1 parent 451cb5e commit f137e70

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: "75%",
36+
workers: 1,
3737
};
3838
export default config;

0 commit comments

Comments
 (0)