Skip to content

Commit d7f04fc

Browse files
authored
Merge pull request #373 from mboersma/match-timeouts
fix(pkg): set check timeouts to 10s
2 parents 567e8c8 + 844b2ff commit d7f04fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/healthsrv/healthz_handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
const (
12-
waitTimeout = 2 * time.Second
12+
waitTimeout = 10 * time.Second
1313
)
1414

1515
func healthZHandler(bLister BucketLister, serverCircuit *sshd.Circuit) http.Handler {

0 commit comments

Comments
 (0)