From 031e1846241babb9a41a8db3cb9dcfc56302664c Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 16 Mar 2017 17:03:12 -0400 Subject: [PATCH] Change lint timeout to 60 seconds, to fix test failure Signed-off-by: Daniel J Walsh --- .tool/lint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tool/lint b/.tool/lint index e1a12ebd..a2d28fe3 100755 --- a/.tool/lint +++ b/.tool/lint @@ -18,5 +18,5 @@ for d in $(find . -type d -not -iwholename '*.git*' -a -not -iname '.tool' -a -n --cyclo-over=60 \ --dupl-threshold=100 \ --tests \ - --deadline=30s "${d}" + --deadline=60s "${d}" done