Skip to content

Commit 47faaa5

Browse files
committed
increase timeout
1 parent 1989a4b commit 47faaa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/speedtest_exporter/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func main() {
4848

4949
http.Handle(metricsPath, promhttp.HandlerFor(r, promhttp.HandlerOpts{
5050
MaxRequestsInFlight: 1,
51-
Timeout: 40 * time.Second,
51+
Timeout: 60 * time.Second,
5252
}))
5353
log.Fatal(http.ListenAndServe(":"+*port, nil))
5454
}

0 commit comments

Comments
 (0)