From f0f1dece916e32832de73698b2b1f02878151a0c Mon Sep 17 00:00:00 2001 From: Ana Maria Martinez Gomez Date: Mon, 26 Aug 2024 12:11:20 +0200 Subject: [PATCH] [daily] Increase timeout The daily test hasn't run correctly in the last weeks. The testing of the packages seem to be aborted because the default maximum execution time (6 hours) is exceeded. Increase the timeout to 12 hours. --- .github/workflows/daily.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index a89ee46ec..ddafac5bf 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -10,6 +10,8 @@ on: jobs: test: runs-on: ${{ matrix.os }} + # Testing all packages takes several hours + timeout-minutes: 720 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