mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
chore: increase linter timeout (#7767)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
1e166700c0
commit
394e4e5dca
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ linters:
|
||||||
- whitespace
|
- whitespace
|
||||||
|
|
||||||
run:
|
run:
|
||||||
timeout: 10m
|
timeout: 15m
|
||||||
skip-files:
|
skip-files:
|
||||||
- ".+\\.generated.go"
|
- ".+\\.generated.go"
|
||||||
- ".+_test.go"
|
- ".+_test.go"
|
||||||
|
|
Loading…
Add table
Reference in a new issue