mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-20 21:23:23 +00:00
test: keep local full suite serial by default
This commit is contained in:
@@ -138,7 +138,7 @@ function resolveParallelFullSuiteConcurrency(specCount, env) {
|
||||
) {
|
||||
return 1;
|
||||
}
|
||||
return Math.min(5, specCount);
|
||||
return 1;
|
||||
}
|
||||
|
||||
function orderFullSuiteSpecsForParallelRun(specs) {
|
||||
|
||||
Reference in New Issue
Block a user