Only use 2 clients for E2E
This commit is contained in:
parent
c278e9d131
commit
82345cf1bf
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ async function runTests(): Promise<void> {
|
|||
]) {
|
||||
for (const doDeletes of [true, false]) {
|
||||
await runTest({
|
||||
agentCount: 3,
|
||||
agentCount: 2,
|
||||
concurrency,
|
||||
iterations: 100,
|
||||
doDeletes,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue