mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 16:24:27 +01:00
Add timeout on CI
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
63514041f6
commit
c068180665
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -27,6 +27,7 @@ jobs:
|
||||
- name: build
|
||||
uses: nick-fields/retry@v2
|
||||
with:
|
||||
timeout_minutes: 120
|
||||
retry_wait_seconds: 40
|
||||
max_attempts: 3
|
||||
retry_on: error
|
||||
@ -864,6 +865,7 @@ jobs:
|
||||
- name: build
|
||||
uses: nick-fields/retry@v2
|
||||
with:
|
||||
timeout_minutes: 360
|
||||
retry_wait_seconds: 20
|
||||
max_attempts: 3
|
||||
retry_on: error
|
||||
|
Loading…
Reference in New Issue
Block a user