Unverified Commit 16cec713 authored by Dmitry Tokarev's avatar Dmitry Tokarev Committed by GitHub
Browse files

fix: increase lychee timeouts and retries (#6444)


Signed-off-by: default avatarDmitry Tokarev <dtokarev@nvidia.com>
parent f385661a
......@@ -31,9 +31,9 @@ jobs:
args: >-
--cache
--no-progress
--max-retries 2
--retry-wait-time 2
--timeout 20
--max-retries 4
--retry-wait-time 3
--timeout 30
--root-dir ${{ github.workspace }}
--exclude-path ".*ATTRIBUTIONS.*"
--exclude-path "./lib/llm/tests/data/.*"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment