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}`"