mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:40:44 +00:00
test(release): stabilize release validation waits
(cherry picked from commit a4266be808)
This commit is contained in:
@@ -454,7 +454,7 @@ export async function waitForChatFinalEvent(params: {
|
||||
sessionKey: string;
|
||||
timeoutMs?: number;
|
||||
}): Promise<ChatEventPayload> {
|
||||
const deadline = Date.now() + (params.timeoutMs ?? 15_000);
|
||||
const deadline = Date.now() + (params.timeoutMs ?? 45_000);
|
||||
while (Date.now() < deadline) {
|
||||
const match = params.events.find(
|
||||
(evt) =>
|
||||
|
||||
Reference in New Issue
Block a user