test(qa): widen kitchen sink turn budget · openclaw/openclaw@d95719d
vincentkoc
·
2026-04-29
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -49,6 +49,8 @@ execution:
|
49 | 49 | - kitchen_sink_image_job |
50 | 50 | maxGatewayCpuCoreRatio: 1.5 |
51 | 51 | maxGatewayRssMiB: 2048 |
| 52 | +agentTurnTimeoutMs: 120000 |
| 53 | +outboundTimeoutMs: 60000 |
52 | 54 | livePrompt: "Kitchen Sink OpenAI marker. Reply exactly: KITCHEN-SINK-OPENAI-OK" |
53 | 55 | ``` |
54 | 56 | |
@@ -260,15 +262,15 @@ steps:
|
260 | 262 | message: |
261 | 263 | expr: config.livePrompt |
262 | 264 | timeoutMs: |
263 | | -expr: liveTurnTimeoutMs(env, 60000) |
| 265 | +expr: liveTurnTimeoutMs(env, config.agentTurnTimeoutMs) |
264 | 266 | - call: waitForOutboundMessage |
265 | 267 | saveAs: openaiReply |
266 | 268 | args: |
267 | 269 | - ref: state |
268 | 270 | - lambda: |
269 | 271 | params: [candidate] |
270 | 272 | expr: "candidate.conversation.id === 'qa-operator' && candidate.text.includes('KITCHEN-SINK-OPENAI-OK')" |
271 | | - - expr: liveTurnTimeoutMs(env, 30000) |
| 273 | + - expr: liveTurnTimeoutMs(env, config.outboundTimeoutMs) |
272 | 274 | detailsExpr: "{ openaiReply: openaiReply.text }" |
273 | 275 | |
274 | 276 | - name: records gateway CPU RSS and log anomaly evidence |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。