mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-27 07:28:27 +00:00
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
This commit is contained in:
parent
4fbafc35fe
commit
532cc082a9
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"Vendor": true,
|
||||
"Cyclo": 12,
|
||||
"Deadline": "60s",
|
||||
"Deadline": "5m",
|
||||
"Enable": [
|
||||
"vetshadow",
|
||||
"gotype",
|
||||
|
|
Loading…
Reference in a new issue