Only use 2 clients for E2E

This commit is contained in:
Andras Schmelczer 2025-03-18 21:20:15 +00:00
commit 82345cf1bf
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -112,7 +112,7 @@ async function runTests(): Promise<void> {
]) { ]) {
for (const doDeletes of [true, false]) { for (const doDeletes of [true, false]) {
await runTest({ await runTest({
agentCount: 3, agentCount: 2,
concurrency, concurrency,
iterations: 100, iterations: 100,
doDeletes, doDeletes,