gometalinter: increase timeout

Checkers timeout on travis:
https://travis-ci.org/google/syzkaller/jobs/375965899
This commit is contained in:
Dmitry Vyukov 2018-05-07 18:59:22 +02:00
parent 9e0846e8a4
commit 67f2e89e73

View File

@ -1,7 +1,7 @@
{
"vendor": true,
"tests": true,
"deadline": "8m",
"deadline": "9m",
"sort": ["path", "line"],
"minconstlength": 7,
"linelength": 120,