Skip to content

Commit 844b2ff

Browse files
committed
fix(pkg): set check timeouts to 10s
1 parent 567e8c8 commit 844b2ff

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)