lint: Increase lint timeout to 600 seconds
Signed-off-by: Mrunal Patel <mpatel@redhat.com>
This commit is contained in:
parent
e3170caa2e
commit
6a79d25e8c
1 changed files with 1 additions and 1 deletions
|
@ -19,5 +19,5 @@ for d in $(find . -type d -not -iwholename '*.git*' -a -not -iname '.tool' -a -n
|
|||
--cyclo-over=80 \
|
||||
--dupl-threshold=100 \
|
||||
--tests \
|
||||
--deadline=120s "${d}"
|
||||
--deadline=600s "${d}"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue