From a8d154530eef0096d99102fe77004f680a17ff64 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Sun, 18 Jan 2026 15:35:32 +0100 Subject: [PATCH] ci(e2e): increase scheduled workflow timeout to 120 minutes The E2E test suite has grown to 111+ spec files with an estimated execution time of 80-100 minutes, exceeding the previous 60-minute timeout limit. This increase prevents premature workflow termination. --- .github/workflows/e2e-scheduled.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-scheduled.yml b/.github/workflows/e2e-scheduled.yml index 67b1f83c7..b4560acd7 100644 --- a/.github/workflows/e2e-scheduled.yml +++ b/.github/workflows/e2e-scheduled.yml @@ -21,7 +21,7 @@ permissions: jobs: e2e-tests: runs-on: ubuntu-latest - timeout-minutes: 60 + timeout-minutes: 120 env: UNSPLASH_KEY: ${{ secrets.UNSPLASH_KEY }} UNSPLASH_CLIENT_ID: ${{ secrets.UNSPLASH_CLIENT_ID }}