From d221ebe4f97d30aa4ac7fb86858e27a5727d80a2 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Tue, 14 May 2024 16:17:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A(CI)=20increase=20timeout=20e2e=20j?= =?UTF-8?q?ob?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It can happen that the e2e job takes longer than 10 minutes to finish, we increase the timeout to 15 minutes to avoid the job to fail. --- .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 ff171891..2ad94201 100644 --- a/.github/workflows/impress-frontend.yml +++ b/.github/workflows/impress-frontend.yml @@ -101,7 +101,7 @@ jobs: test-e2e: runs-on: ubuntu-latest needs: build-front - timeout-minutes: 10 + timeout-minutes: 15 steps: - name: Checkout repository uses: actions/checkout@v4