Update links.yml to 900s delay (#17576)
This commit is contained in:
parent
c89389f442
commit
a132920476
1 changed files with 2 additions and 2 deletions
4
.github/workflows/links.yml
vendored
4
.github/workflows/links.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
uses: ultralytics/actions/retry@main
|
||||
with:
|
||||
timeout_minutes: 60
|
||||
retry_delay_seconds: 300
|
||||
retry_delay_seconds: 900
|
||||
retries: 2
|
||||
run: |
|
||||
lychee \
|
||||
|
|
@ -62,7 +62,7 @@ jobs:
|
|||
uses: ultralytics/actions/retry@main
|
||||
with:
|
||||
timeout_minutes: 60
|
||||
retry_delay_seconds: 300
|
||||
retry_delay_seconds: 900
|
||||
retries: 2
|
||||
run: |
|
||||
lychee \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue