From 7c81c7e3de2a24bbec423b0ea25be97cd4c65b46 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 4 Feb 2026 23:08:51 +0000 Subject: [PATCH] fix(ci): reduce timeout for Chromium tests to improve CI efficiency --- .github/workflows/e2e-tests-split.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-tests-split.yml b/.github/workflows/e2e-tests-split.yml index a630b604..97a9b344 100644 --- a/.github/workflows/e2e-tests-split.yml +++ b/.github/workflows/e2e-tests-split.yml @@ -213,7 +213,7 @@ jobs: exit $EXIT_CODE - name: Run Chromium tests - timeout-minutes: 15 + timeout-minutes: 4 run: | echo "═══════════════════════════════════════════=" echo "Chromium E2E Tests"