From b7098111f3e0dcd5b1760883dc6672814a09bc2d Mon Sep 17 00:00:00 2001 From: Ana Maria Martinez Gomez Date: Wed, 28 Aug 2024 15:27:08 +0200 Subject: [PATCH] [daily] Increase timeout The last two daily runs needed 8h 38min and 9h 13min. I think we should increase the current timeout of 12 hours to 23 hours to ensure the daily runs completely even if an unexpected delay happens. --- .github/workflows/daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 67b5d277d..a4113766b 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -11,7 +11,7 @@ jobs: test: runs-on: ${{ matrix.os }} # Testing all packages takes several hours - timeout-minutes: 720 + timeout-minutes: 1380 strategy: fail-fast: false # Updating the wiki fails if between the checkout of the wiki and the push of the update the other job pushes its update