From 75f2e547e06524a349499d68f1294b6e5480f9b3 Mon Sep 17 00:00:00 2001 From: Olivier Laurendeau Date: Fri, 15 Aug 2025 18:19:44 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(frontend)=20increase=20test-e2e-ot?= =?UTF-8?q?her-browser=20action=20timeout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was failing at 20min, increase the timeout to 30 min --- .github/workflows/impress-frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/impress-frontend.yml b/.github/workflows/impress-frontend.yml index 70b611a4..7c8a3caa 100644 --- a/.github/workflows/impress-frontend.yml +++ b/.github/workflows/impress-frontend.yml @@ -101,7 +101,7 @@ jobs: test-e2e-other-browser: runs-on: ubuntu-latest needs: test-e2e-chromium - timeout-minutes: 20 + timeout-minutes: 30 steps: - name: Checkout repository uses: actions/checkout@v4