Skip to content

Commit

Permalink
Fix health timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryuchkov committed Jul 23, 2020
1 parent 60c3fbd commit a984315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/hypervisor/hypervisor.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (
)

const (
healthTimeout = 5 * time.Second
healthTimeout = 10 * time.Second
httpTimeout = 30 * time.Second
)

Expand Down

0 comments on commit a984315

Please sign in to comment.