ci(lint) extend timeout to 5 min

This extends the timeout or golangci-lint execution to 5 min as it is only one minute now it fails for several PR.

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
Matthieu MOREL 2023-09-01 22:44:17 +02:00
parent 9d9ec6e3e1
commit 5f25a93a47

View File

@ -40,3 +40,4 @@ linters-settings:
run:
skip-dirs:
- vendor
timeout: 5m