feat(alerting): increase timeout to 15s

This commit is contained in:
bergquist
2016-09-26 08:45:55 +02:00
parent 501e67a657
commit 8cd9225eb6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ func init() {
}
HttpClient = http.Client{
Timeout: time.Duration(10 * time.Second),
Timeout: time.Duration(15 * time.Second),
Transport: tr,
}
}