From 13652f6654da98e99ee33b264b1eadaa44844690 Mon Sep 17 00:00:00 2001 From: Dallin Romney Date: Fri, 3 Jul 2026 20:07:05 -0700 Subject: [PATCH] test(qa): extend native stop polling budgets (#99743) --- qa/scenarios/channels/native-command-session-target.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/scenarios/channels/native-command-session-target.yaml b/qa/scenarios/channels/native-command-session-target.yaml index 416e8db345ee..942c7c743e6b 100644 --- a/qa/scenarios/channels/native-command-session-target.yaml +++ b/qa/scenarios/channels/native-command-session-target.yaml @@ -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}`"