mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
test(docker): cap npm scheduler concurrency
This commit is contained in:
@@ -281,6 +281,10 @@ describe("scripts/test-docker-all scheduler", () => {
|
||||
expect(DEFAULT_RESOURCE_LIMITS["live:openai"]).toBe(1);
|
||||
});
|
||||
|
||||
it("caps npm-heavy Docker lanes below full parallelism by default", () => {
|
||||
expect(DEFAULT_RESOURCE_LIMITS.npm).toBe(5);
|
||||
});
|
||||
|
||||
it("cleans stale stopped containers from all named Docker E2E lanes", () => {
|
||||
expect(
|
||||
dockerPreflightContainerNames(`
|
||||
|
||||
Reference in New Issue
Block a user