From 532cc082a9a1a01e112047e362cb8bbcc41ecdbc Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Wed, 13 Sep 2017 11:08:27 +0100 Subject: [PATCH] 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 --- linter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linter.json b/linter.json index 7c27ea6f..1c852515 100644 --- a/linter.json +++ b/linter.json @@ -1,7 +1,7 @@ { "Vendor": true, "Cyclo": 12, - "Deadline": "60s", + "Deadline": "5m", "Enable": [ "vetshadow", "gotype",