From d95719d7c1c60d7a3e5d66ba1b1c23c6d3e68781 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Tue, 28 Apr 2026 21:36:00 -0700 Subject: [PATCH] test(qa): widen kitchen sink turn budget --- qa/scenarios/plugins/kitchen-sink-live-openai.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/qa/scenarios/plugins/kitchen-sink-live-openai.md b/qa/scenarios/plugins/kitchen-sink-live-openai.md index 23dfedb9870..8c2ba32bc7b 100644 --- a/qa/scenarios/plugins/kitchen-sink-live-openai.md +++ b/qa/scenarios/plugins/kitchen-sink-live-openai.md @@ -49,6 +49,8 @@ execution: - kitchen_sink_image_job maxGatewayCpuCoreRatio: 1.5 maxGatewayRssMiB: 2048 + agentTurnTimeoutMs: 120000 + outboundTimeoutMs: 60000 livePrompt: "Kitchen Sink OpenAI marker. Reply exactly: KITCHEN-SINK-OPENAI-OK" ``` @@ -260,7 +262,7 @@ steps: message: expr: config.livePrompt timeoutMs: - expr: liveTurnTimeoutMs(env, 60000) + expr: liveTurnTimeoutMs(env, config.agentTurnTimeoutMs) - call: waitForOutboundMessage saveAs: openaiReply args: @@ -268,7 +270,7 @@ steps: - lambda: params: [candidate] expr: "candidate.conversation.id === 'qa-operator' && candidate.text.includes('KITCHEN-SINK-OPENAI-OK')" - - expr: liveTurnTimeoutMs(env, 30000) + - expr: liveTurnTimeoutMs(env, config.outboundTimeoutMs) detailsExpr: "{ openaiReply: openaiReply.text }" - name: records gateway CPU RSS and log anomaly evidence