Skip to content

Commit

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

0 comments on commit b709811

Please sign in to comment.