We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26000e4 commit 7a970faCopy full SHA for 7a970fa
1 file changed
extensions/codex/src/app-server/run-attempt.ts
@@ -1629,7 +1629,7 @@ export async function runCodexAppServerAttempt(
1629
const startupClient = useIsolatedStartupClient
1630
? await createIsolatedCodexAppServerClient({
1631
startOptions: appServer.start,
1632
- timeoutMs: params.timeoutMs,
+ timeoutMs: startupTimeoutMs,
1633
authProfileId: startupAuthProfileId,
1634
agentDir,
1635
config: params.config,
0 commit comments