From 9be0c6823b542148701ff3a8433ca5de3b6cb522 Mon Sep 17 00:00:00 2001 From: MT-Mint <798521692@qq.com> Date: Wed, 15 Apr 2026 13:21:48 +0800 Subject: [PATCH] test(e2e): relax stale-send assertion timeout --- frontend/tests/e2e/input-and-compose.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/tests/e2e/input-and-compose.spec.ts b/frontend/tests/e2e/input-and-compose.spec.ts index 1734331b..13ab4757 100644 --- a/frontend/tests/e2e/input-and-compose.spec.ts +++ b/frontend/tests/e2e/input-and-compose.spec.ts @@ -231,7 +231,7 @@ test.describe("聊天工作台 / 输入区与发送", () => { ).toBeVisible(); await expect( page.locator(".is-user").filter({ hasText: "stale 引用回归验证" }), - ).toHaveCount(1); + ).toHaveCount(1, { timeout: 30_000 }); }); test("DF-INPUT-009 引用上限为 10,第 11 个被阻止并提示", async (