Skip to content

Commit

Permalink
[daily] Increase timeout
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Ana06 committed Aug 26, 2024
1 parent e33945a commit f0f1dec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0f1dec

Please sign in to comment.