mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +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
|
- name: build
|
||||||
uses: nick-fields/retry@v2
|
uses: nick-fields/retry@v2
|
||||||
with:
|
with:
|
||||||
|
timeout_minutes: 120
|
||||||
retry_wait_seconds: 40
|
retry_wait_seconds: 40
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
retry_on: error
|
retry_on: error
|
||||||
@ -864,6 +865,7 @@ jobs:
|
|||||||
- name: build
|
- name: build
|
||||||
uses: nick-fields/retry@v2
|
uses: nick-fields/retry@v2
|
||||||
with:
|
with:
|
||||||
|
timeout_minutes: 360
|
||||||
retry_wait_seconds: 20
|
retry_wait_seconds: 20
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
retry_on: error
|
retry_on: error
|
||||||
|
Loading…
Reference in New Issue
Block a user