From 6a79d25e8c5a1ecd89171ec66a3d3e71ca9c263b Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Wed, 14 Jun 2017 07:32:37 -0700 Subject: [PATCH] lint: Increase lint timeout to 600 seconds Signed-off-by: Mrunal Patel --- .tool/lint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tool/lint b/.tool/lint index cf321d5c..eac80e98 100755 --- a/.tool/lint +++ b/.tool/lint @@ -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