mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-18 20:27:27 +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