test: raise Docker aggregate resource caps

This commit is contained in:
Peter Steinberger
2026-04-25 00:52:46 +01:00
parent a1087ea7a6
commit b9b97f2653
4 changed files with 6 additions and 6 deletions

View File

@@ -21,9 +21,9 @@ const OPENWEBUI_TIMEOUT_MS = 20 * 60 * 1000;
const BUNDLED_UPDATE_TIMEOUT_MS = 20 * 60 * 1000;
const DEFAULT_RESOURCE_LIMITS = {
docker: DEFAULT_PARALLELISM,
live: 4,
npm: 4,
service: 5,
live: 6,
npm: 8,
service: 7,
};
const bundledChannelLaneCommand =