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,