fix: bound sentinel submit action wait
This commit is contained in:
@@ -2317,6 +2317,7 @@ function runSentinelQuickVerify(state: SentinelCicdState, reason: string, timeou
|
||||
}
|
||||
if (type === "sendPrompt") {
|
||||
args.push("--text", prompts.prompts[promptIndex % prompts.prompts.length] ?? "");
|
||||
args.push("--expected-action-wait-ms", String(numberAtNullable(item, "expectedActionWaitMs") ?? 45000));
|
||||
promptIndex += 1;
|
||||
}
|
||||
appendScenarioObserveCommandArgs(args, item, { skipText: type === "sendPrompt" });
|
||||
|
||||
Reference in New Issue
Block a user