test: extend release qa wait windows · openclaw/openclaw@4c60ab3
steipete
·
2026-05-18
·
via Recent Commits to openclaw:main
File tree
extensions/qa-lab/src/live-transports/telegram
| Original file line number | Diff line number | Diff line change |
|---|
@@ -398,7 +398,7 @@ const TELEGRAM_QA_SCENARIOS: TelegramQaScenarioDefinition[] = [
|
398 | 398 | title: "Telegram reply-chain exact marker", |
399 | 399 | defaultProviderModes: ["mock-openai"], |
400 | 400 | rationale: "Mock-backed reply-chain check proves quoted bot-to-bot follow-ups keep threading.", |
401 | | -timeoutMs: 45_000, |
| 401 | +timeoutMs: 75_000, |
402 | 402 | buildRun: (sutUsername) => |
403 | 403 | telegramQaStepRun({ |
404 | 404 | expectReply: true, |
@@ -416,7 +416,7 @@ const TELEGRAM_QA_SCENARIOS: TelegramQaScenarioDefinition[] = [
|
416 | 416 | defaultProviderModes: ["mock-openai"], |
417 | 417 | rationale: "Regression guard for duplicate final replies from Telegram streaming paths.", |
418 | 418 | regressionRefs: ["openclaw/openclaw#39905"], |
419 | | -timeoutMs: 45_000, |
| 419 | +timeoutMs: 75_000, |
420 | 420 | buildRun: (sutUsername) => |
421 | 421 | telegramQaStepRun({ |
422 | 422 | allowAnySutReply: true, |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -96,7 +96,7 @@ steps:
|
96 | 96 | args: |
97 | 97 | - lambda: |
98 | 98 | expr: "state.getSnapshot().messages.filter((message) => message.direction === 'outbound' && message.conversation.id === 'qa-operator' && config.expectedReplyGroups.every((group) => group.some((needle) => normalizeLowercaseStringOrEmpty(message.text ?? '').includes(needle)))).at(-1)" |
99 | | - - expr: liveTurnTimeoutMs(env, 60000) |
| 99 | + - expr: liveTurnTimeoutMs(env, 120000) |
100 | 100 | - expr: "env.providerMode === 'mock-openai' ? 100 : 250" |
101 | 101 | - if: |
102 | 102 | expr: "Boolean(env.mock)" |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。