mirror of https://github.com/status-im/consul.git
Increase lint timeout
We occasionally see the lint job fail due to this timeout. Likely when the node running lint is under heavy load, because normally it runs much faster. This commit increases the timeout substantially to work around that problem.
This commit is contained in:
parent
99eb583ebc
commit
5c2a1574aa
|
@ -30,4 +30,4 @@ linters-settings:
|
|||
simplify: false
|
||||
|
||||
run:
|
||||
timeout: 5m
|
||||
timeout: 10m
|
||||
|
|
Loading…
Reference in New Issue