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:
Daniel Nephin 2020-06-03 16:50:35 -04:00
parent e8a883e829
commit ec284f4038
1 changed files with 1 additions and 1 deletions

View File

@ -30,4 +30,4 @@ linters-settings:
simplify: false
run:
timeout: 5m
timeout: 10m