mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-21 16:41:56 +00:00
perf(test): parallelize unit-isolated
This commit is contained in:
@@ -139,7 +139,8 @@ const maxWorkersForRun = (name) => {
|
||||
return 1;
|
||||
}
|
||||
if (name === "unit-isolated") {
|
||||
return 1;
|
||||
// Local: allow a bit of parallelism while keeping this run stable.
|
||||
return Math.min(4, localWorkers);
|
||||
}
|
||||
if (name === "extensions") {
|
||||
return defaultExtensionsWorkers;
|
||||
|
||||
Reference in New Issue
Block a user