increase lychee timeout from 20 to 40
This commit is contained in:
parent
3cab99a27f
commit
c7a2a29c7f
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue