From 46d6f500f3788537e2b1dd910ce5a43f0727fc05 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 18 Apr 2026 21:28:26 +0100 Subject: [PATCH] test: reduce oauth concurrency fixture fanout --- src/agents/auth-profiles/oauth.concurrent-agents.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agents/auth-profiles/oauth.concurrent-agents.test.ts b/src/agents/auth-profiles/oauth.concurrent-agents.test.ts index 347bf7a87b5..e64daa49e1e 100644 --- a/src/agents/auth-profiles/oauth.concurrent-agents.test.ts +++ b/src/agents/auth-profiles/oauth.concurrent-agents.test.ts @@ -144,7 +144,7 @@ describe("resolveApiKeyForProfile cross-agent refresh coordination (#26322)", () }); it("refreshes exactly once when many agents share one OAuth profile and all race on expiry", async () => { - const agentCount = 8; + const agentCount = 4; const profileId = "openai-codex:default"; const provider = "openai-codex"; const accountId = "acct-shared";