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
e8a883e829
commit
ec284f4038
|
@ -30,4 +30,4 @@ linters-settings:
|
|||
simplify: false
|
||||
|
||||
run:
|
||||
timeout: 5m
|
||||
timeout: 10m
|
||||
|
|
Loading…
Reference in New Issue