increase linkcheck timeout

This commit is contained in:
Robert Kaussow 2023-08-25 23:27:28 +02:00
parent 0b190681f1
commit f3de8abc33
No known key found for this signature in database
GPG key ID: 4E692A2EAECC03C0

View file

@ -40,7 +40,7 @@ steps:
image: quay.io/thegeeklab/link-validator
group: test
commands:
- link-validator --color=always --rate-limit 10 --timeout 30 -e https://github.com/thegeeklab/${CI_REPO_NAME}/edit/main/.* -e https://unsplash.com.*
- link-validator --color=always --rate-limit 10 --timeout 60 -e https://github.com/thegeeklab/${CI_REPO_NAME}/edit/main/.* -e https://unsplash.com.*
environment:
LINK_VALIDATOR_BASE_DIR: exampleSite/public
LINK_VALIDATOR_RETRIES: "3"