From eafb5b4ac0b558b6189d6f3570b83859801233d6 Mon Sep 17 00:00:00 2001 From: hongming-codex-laptop Date: Wed, 13 May 2026 01:10:34 -0700 Subject: [PATCH] fix(ci): bound Playwright browser install --- .gitea/workflows/e2e-staging-canvas.yml | 1 + .github/workflows/e2e-staging-canvas.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitea/workflows/e2e-staging-canvas.yml b/.gitea/workflows/e2e-staging-canvas.yml index fe8c78c6..6f55179b 100644 --- a/.gitea/workflows/e2e-staging-canvas.yml +++ b/.gitea/workflows/e2e-staging-canvas.yml @@ -168,6 +168,7 @@ jobs: - name: Install Playwright browsers if: needs.detect-changes.outputs.canvas == 'true' + timeout-minutes: 10 run: npx playwright install --with-deps chromium - name: Run staging canvas E2E diff --git a/.github/workflows/e2e-staging-canvas.yml b/.github/workflows/e2e-staging-canvas.yml index 67fe1d6d..924278e9 100644 --- a/.github/workflows/e2e-staging-canvas.yml +++ b/.github/workflows/e2e-staging-canvas.yml @@ -131,6 +131,7 @@ jobs: - name: Install Playwright browsers if: needs.detect-changes.outputs.canvas == 'true' + timeout-minutes: 10 run: npx playwright install --with-deps chromium - name: Run staging canvas E2E -- 2.45.2