mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 14:10:51 +00:00
test: relax matrix block streaming qa timeout
This commit is contained in:
@@ -327,7 +327,7 @@ export const MATRIX_QA_SCENARIOS: MatrixQaScenarioDefinition[] = [
|
||||
},
|
||||
{
|
||||
id: "matrix-room-block-streaming",
|
||||
timeoutMs: 45_000,
|
||||
timeoutMs: 75_000,
|
||||
title: "Matrix block streaming preserves completed quiet preview blocks",
|
||||
topology: MATRIX_QA_BLOCK_ROOM_TOPOLOGY,
|
||||
configOverrides: {
|
||||
|
||||
@@ -319,6 +319,7 @@ describe("matrix live qa scenarios", () => {
|
||||
expect(scenarios.get("matrix-room-generated-image-delivery")?.timeoutMs).toBeGreaterThanOrEqual(
|
||||
180_000,
|
||||
);
|
||||
expect(scenarios.get("matrix-room-block-streaming")?.timeoutMs).toBeGreaterThanOrEqual(75_000);
|
||||
expect(scenarios.get("matrix-e2ee-restart-resume")?.timeoutMs).toBeGreaterThanOrEqual(150_000);
|
||||
expect(scenarios.get("matrix-e2ee-artifact-redaction")?.timeoutMs).toBeGreaterThanOrEqual(
|
||||
150_000,
|
||||
|
||||
Reference in New Issue
Block a user