Skip to content

Commit

Permalink
Extend maven-checks job timeout by additional 5 minutes
Browse files Browse the repository at this point in the history
The recent merge of trinodb#16098
increased build robustness in the event of main Ubuntu repo failures,
at the cost of 2-3 minutes for downloading Ubuntu mirror indexes.

It turns out the 45 minute timeout was very close to the actual time
needed to perform the entire job, and extending it is
necessary to avoid cancelling the job.
  • Loading branch information
MiguelWeezardo committed Apr 3, 2023
1 parent 98e3d47 commit bd6ae94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
java-version:
- 17
- 20
timeout-minutes: 45
timeout-minutes: 50
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit bd6ae94

Please sign in to comment.