fix(e2e): core-upload增加describe超时配置,适配登录限流重试
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Staging E2E Tests (push) Failing after 120h43m6s
Deploy / Deploy Staging (push) Failing after 120h44m42s
CI/CD Pipeline / Frontend Lint (push) Failing after 120h45m12s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 120h47m44s
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Staging E2E Tests (push) Failing after 120h43m6s
Deploy / Deploy Staging (push) Failing after 120h44m42s
CI/CD Pipeline / Frontend Lint (push) Failing after 120h45m12s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 120h47m44s
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user