Skip to content

Commit

Permalink
Add shorter CI timeout (#1769)
Browse files Browse the repository at this point in the history
The default is 360 minutes which is very long.
Our builds are usually around 10 minutes, so 20 minutes is a good value
to prevent overbilling builds that create infinite loops.
  • Loading branch information
t-bast authored Apr 14, 2021
1 parent eb834e2 commit d0e79fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:

build:
runs-on: ubuntu-latest
timeout-minutes: 20

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d0e79fa

Please sign in to comment.