Increase the linter deadline from 1 min to 5 min. (#220)

Hopefully will avoid spurious test failures like
https://travis-ci.org/matrix-org/dendrite/builds/272960127
main
Mark Haines 2017-09-13 11:08:27 +01:00 committed by GitHub
parent 4fbafc35fe
commit 532cc082a9
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"Vendor": true,
"Cyclo": 12,
"Deadline": "60s",
"Deadline": "5m",
"Enable": [
"vetshadow",
"gotype",