test: relax matrix block streaming qa timeout · openclaw/openclaw@32aa631
steipete
·
2026-04-27
·
via Recent Commits to openclaw:main
File tree
extensions/qa-matrix/src/runners/contract
| Original file line number | Diff line number | Diff line change |
|---|
@@ -327,7 +327,7 @@ export const MATRIX_QA_SCENARIOS: MatrixQaScenarioDefinition[] = [
|
327 | 327 | }, |
328 | 328 | { |
329 | 329 | id: "matrix-room-block-streaming", |
330 | | -timeoutMs: 45_000, |
| 330 | +timeoutMs: 75_000, |
331 | 331 | title: "Matrix block streaming preserves completed quiet preview blocks", |
332 | 332 | topology: MATRIX_QA_BLOCK_ROOM_TOPOLOGY, |
333 | 333 | configOverrides: { |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -319,6 +319,7 @@ describe("matrix live qa scenarios", () => {
|
319 | 319 | expect(scenarios.get("matrix-room-generated-image-delivery")?.timeoutMs).toBeGreaterThanOrEqual( |
320 | 320 | 180_000, |
321 | 321 | ); |
| 322 | +expect(scenarios.get("matrix-room-block-streaming")?.timeoutMs).toBeGreaterThanOrEqual(75_000); |
322 | 323 | expect(scenarios.get("matrix-e2ee-restart-resume")?.timeoutMs).toBeGreaterThanOrEqual(150_000); |
323 | 324 | expect(scenarios.get("matrix-e2ee-artifact-redaction")?.timeoutMs).toBeGreaterThanOrEqual( |
324 | 325 | 150_000, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。