test: harden release qa live gates · openclaw/openclaw@cdf88bc
steipete
·
2026-04-28
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -441,7 +441,7 @@ describeLive("openai plugin live", () => {
|
441 | 441 | fileName: "reference.png", |
442 | 442 | mime: "image/png", |
443 | 443 | prompt: "Reply with one lowercase word for the dominant center color.", |
444 | | -timeoutMs: 60_000, |
| 444 | +timeoutMs: 120_000, |
445 | 445 | agentDir, |
446 | 446 | cfg, |
447 | 447 | authStore: EMPTY_AUTH_STORE, |
@@ -453,5 +453,5 @@ describeLive("openai plugin live", () => {
|
453 | 453 | } finally { |
454 | 454 | await fs.rm(agentDir, { recursive: true, force: true }); |
455 | 455 | } |
456 | | -}, 120_000); |
| 456 | +}, 180_000); |
457 | 457 | }); |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。