From c7a2a29c7fc6378fcb616af293aa0efae964a075 Mon Sep 17 00:00:00 2001 From: pat-s Date: Wed, 12 Jun 2024 10:35:42 +0200 Subject: [PATCH] increase lychee timeout from 20 to 40 --- .woodpecker/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/lint.yaml b/.woodpecker/lint.yaml index c3142fa..ddbd3d9 100644 --- a/.woodpecker/lint.yaml +++ b/.woodpecker/lint.yaml @@ -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