From 06a513074459eaba428f4f50d954475fba0de90e Mon Sep 17 00:00:00 2001 From: Alexander Brown Date: Sat, 20 Dec 2025 00:56:50 -0800 Subject: [PATCH] Decrease timeout for chromium sharded tests --- .github/workflows/ci-tests-e2e.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-tests-e2e.yaml b/.github/workflows/ci-tests-e2e.yaml index 0363ec47a40..5a2cc028b09 100644 --- a/.github/workflows/ci-tests-e2e.yaml +++ b/.github/workflows/ci-tests-e2e.yaml @@ -45,6 +45,7 @@ jobs: playwright-tests-chromium-sharded: needs: setup runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: read strategy: