test(qa): relax heartbeat target none startup probe · openclaw/openclaw@f24b1a9
vincentkoc
·
2026-06-23
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -55,7 +55,7 @@ flow:
|
55 | 55 | - call: reset |
56 | 56 | - set: beforeHeartbeatTs |
57 | 57 | value: |
58 | | -expr: "((await env.gateway.call('last-heartbeat', {}, { timeoutMs: 5000 }))?.ts ?? 0)" |
| 58 | +expr: "((await env.gateway.call('last-heartbeat', {}, { timeoutMs: liveTurnTimeoutMs(env, 30000) }))?.ts ?? 0)" |
59 | 59 | - set: sessionKey |
60 | 60 | value: |
61 | 61 | expr: "`agent:qa:qa-channel:${config.conversationId}`" |
@@ -106,7 +106,7 @@ flow:
|
106 | 106 | args: |
107 | 107 | - lambda: |
108 | 108 | async: true |
109 | | -expr: "(async () => { const last = await env.gateway.call('last-heartbeat', {}, { timeoutMs: 5000 }); return last && last.ts > beforeHeartbeatTs ? last : undefined; })()" |
| 109 | +expr: "(async () => { const last = await env.gateway.call('last-heartbeat', {}, { timeoutMs: liveTurnTimeoutMs(env, 30000) }); return last && last.ts > beforeHeartbeatTs ? last : undefined; })()" |
110 | 110 | - expr: liveTurnTimeoutMs(env, 45000) |
111 | 111 | - 250 |
112 | 112 | - call: sleep |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。