lint: Increase lint timeout to 600 seconds

Signed-off-by: Mrunal Patel <mpatel@redhat.com>
This commit is contained in:
Mrunal Patel 2017-06-14 07:32:37 -07:00
parent e3170caa2e
commit 6a79d25e8c
1 changed files with 1 additions and 1 deletions

View File

@ -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