diff --git a/.tool/lint b/.tool/lint index 44fa2b26b..aa4f179f2 100755 --- a/.tool/lint +++ b/.tool/lint @@ -20,5 +20,5 @@ for d in $(find . -type d -not -iwholename '*.git*' -a -not -iname '.tool' -a -n --disable=gas \ --cyclo-over=35 \ --tests \ - --deadline=15s "${d}" + --deadline=60s "${d}" done