From 212d19e2fa826f5f1a3f30ffd840fd8c616daa0f Mon Sep 17 00:00:00 2001 From: Alexander Brown Date: Sat, 20 Dec 2025 01:26:26 -0800 Subject: [PATCH] Decrease timeout for chromium sharded tests (#7664) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Reduce the timeout per shard from 6 hours to 1 hour. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7664-Decrease-timeout-for-chromium-sharded-tests-2cf6d73d36508164a60be3072daa9629) by [Unito](https://www.unito.io) --- .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 0363ec47a..5a2cc028b 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: