[#127] Increase golangci-lint timeout
All checks were successful
Tests (1.19)
Tests (1.20)
DCO
Builds (1.19)
Lint
Builds (1.20)

For slow actions runners.

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
Alexey Vanin 2023-06-05 13:02:30 +03:00
parent bd898ad59e
commit fec1d4eee7

View file

@ -4,7 +4,7 @@
# options for analysis running
run:
# timeout for analysis, e.g. 30s, 5m, default is 1m
timeout: 5m
timeout: 15m
# include test files or not, default is true
tests: true