From b60839b90c34f58f8ba8a72942f733895f2c366d Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Mon, 8 Jun 2026 11:55:26 -0300 Subject: [PATCH] =?UTF-8?q?ci(e2e):=20increase=20E2E=20shard=20timeout=203?= =?UTF-8?q?0=E2=86=9245min=20for=20slow=20runners?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6360d6a1bb..eb51874720 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -518,8 +518,8 @@ jobs: # Build artifact from the `build` job is downloaded instead of rebuilding # (~5min saved per shard). 9 shards (up from 6) reduces tests per shard by # ~33%. Playwright browser is cached across runs (~1.5min saved per shard). - # Heavy shard target: ≤20min (was ~40min). - timeout-minutes: 30 + # Heavy shard target: ≤20min (was ~40min). Timeout 45min to cover slow runners. + timeout-minutes: 45 needs: build strategy: fail-fast: false