mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-08 14:53:58 +00:00
test(qa): extend native stop polling budgets (#99743)
This commit is contained in:
@@ -70,7 +70,7 @@ flow:
|
||||
- lambda:
|
||||
async: true
|
||||
expr: "env.gateway.call('sessions.list', {}).then((result) => result.sessions?.find((session) => session.hasActiveRun === true))"
|
||||
- 5000
|
||||
- expr: liveTurnTimeoutMs(env, 15000)
|
||||
- 100
|
||||
- set: startIndex
|
||||
value:
|
||||
@@ -115,6 +115,6 @@ flow:
|
||||
textIncludes:
|
||||
expr: config.recoveryMarker
|
||||
timeoutMs:
|
||||
expr: liveTurnTimeoutMs(env, 30000)
|
||||
expr: liveTurnTimeoutMs(env, 60000)
|
||||
saveAs: recoveryReply
|
||||
detailsExpr: "`native command reply=${abortReply.text}; recovery reply=${recoveryReply.text}`"
|
||||
|
||||
Reference in New Issue
Block a user