Skip to content

Commit 7a970fa

Browse files
committed
fix(codex): floor isolated app-server startup timeout
1 parent 26000e4 commit 7a970fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/codex/src/app-server/run-attempt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1629,7 +1629,7 @@ export async function runCodexAppServerAttempt(
16291629
const startupClient = useIsolatedStartupClient
16301630
? await createIsolatedCodexAppServerClient({
16311631
startOptions: appServer.start,
1632-
timeoutMs: params.timeoutMs,
1632+
timeoutMs: startupTimeoutMs,
16331633
authProfileId: startupAuthProfileId,
16341634
agentDir,
16351635
config: params.config,

0 commit comments

Comments
 (0)