From 2e8a42a093c3bd9648c0876dc7ac8196afbaeec4 Mon Sep 17 00:00:00 2001 From: xiaoxia Date: Sat, 4 Jul 2026 12:06:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(e2e):=20core-upload=E5=A2=9E=E5=8A=A0descri?= =?UTF-8?q?be=E8=B6=85=E6=97=B6=E9=85=8D=E7=BD=AE=EF=BC=8C=E9=80=82?= =?UTF-8?q?=E9=85=8D=E7=99=BB=E5=BD=95=E9=99=90=E6=B5=81=E9=87=8D=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/e2e/core-upload.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/e2e/core-upload.spec.ts b/apps/web/e2e/core-upload.spec.ts index 52ab03732..82fbbd9bf 100755 --- a/apps/web/e2e/core-upload.spec.ts +++ b/apps/web/e2e/core-upload.spec.ts @@ -43,6 +43,7 @@ type ProjectResponse = { id: string }; type LibraryResponse = { id: string }; test.describe("Core media upload flow", () => { + test.describe.configure({ timeout: 180_000 }); test("uploads a video asset and shows it in the asset library", async ({ page, request,