increase lychee timeout from 20 to 40

This commit is contained in:
pat-s 2024-06-12 10:35:42 +02:00
parent 3cab99a27f
commit c7a2a29c7f
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -26,7 +26,7 @@ steps:
image: lycheeverse/lychee:0.14.3
depends_on: []
commands:
- lychee . -v
- lychee -v -t 40 .
lint-yaml:
image: pipelinecomponents/yamllint:0.31.2