mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-20 13:34:35 +01:00
Add shorter CI timeout (#1769)
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.
This commit is contained in:
parent
eb834e2522
commit
d0e79fa31a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -10,6 +10,7 @@ jobs:
|
|||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 20
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue