Skip to content

Commit 13652f6

Browse files
authored
test(qa): extend native stop polling budgets (#99743)
1 parent c2737d5 commit 13652f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

qa/scenarios/channels/native-command-session-target.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ flow:
7070
- lambda:
7171
async: true
7272
expr: "env.gateway.call('sessions.list', {}).then((result) => result.sessions?.find((session) => session.hasActiveRun === true))"
73-
- 5000
73+
- expr: liveTurnTimeoutMs(env, 15000)
7474
- 100
7575
- set: startIndex
7676
value:
@@ -115,6 +115,6 @@ flow:
115115
textIncludes:
116116
expr: config.recoveryMarker
117117
timeoutMs:
118-
expr: liveTurnTimeoutMs(env, 30000)
118+
expr: liveTurnTimeoutMs(env, 60000)
119119
saveAs: recoveryReply
120120
detailsExpr: "`native command reply=${abortReply.text}; recovery reply=${recoveryReply.text}`"

0 commit comments

Comments
 (0)