mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 11:00:42 +00:00
test: extend codex cli live timeout for gpt-5.5
This commit is contained in:
@@ -282,6 +282,19 @@ describeLive("gateway live (cli backend)", () => {
|
||||
port,
|
||||
auth: { mode: "token", token },
|
||||
},
|
||||
models:
|
||||
providerId === "codex-cli"
|
||||
? {
|
||||
...cfg.models,
|
||||
providers: {
|
||||
...cfg.models?.providers,
|
||||
openai: {
|
||||
...cfg.models?.providers?.openai,
|
||||
timeoutSeconds: Math.ceil(CLI_BACKEND_REQUEST_TIMEOUT_MS / 1000),
|
||||
},
|
||||
},
|
||||
}
|
||||
: cfg.models,
|
||||
agents: {
|
||||
...cfg.agents,
|
||||
defaults: {
|
||||
|
||||
Reference in New Issue
Block a user