From 82345cf1bf934e14af4a9e59bbe17e03df9b9278 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Tue, 18 Mar 2025 21:20:15 +0000 Subject: [PATCH] Only use 2 clients for E2E --- frontend/test-client/src/cli.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/test-client/src/cli.ts b/frontend/test-client/src/cli.ts index dd6705d5..25dc8556 100644 --- a/frontend/test-client/src/cli.ts +++ b/frontend/test-client/src/cli.ts @@ -112,7 +112,7 @@ async function runTests(): Promise { ]) { for (const doDeletes of [true, false]) { await runTest({ - agentCount: 3, + agentCount: 2, concurrency, iterations: 100, doDeletes,