Add timeout on CI

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2022-05-19 01:27:21 +02:00
parent 63514041f6
commit c068180665

View File

@ -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