Update links.yml to 900s delay (#17576)

pull/17544/head^2
Glenn Jocher 1 week ago committed by GitHub
parent c89389f442
commit a132920476
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/links.yml

@ -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…
Cancel
Save