Skip to content

Commit

Permalink
Merge pull request kubevirt#6714 from rhrazdil/shorten-istio-detectio…
Browse files Browse the repository at this point in the history
…n-timeout

virt-launcher: decrease timeout for http get when detecting Istio
  • Loading branch information
kubevirt-bot authored Nov 22, 2021
2 parents e55d725 + b232437 commit 28c8c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/virt-launcher/virt-launcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ import (
)

const defaultStartTimeout = 3 * time.Minute
const httpRequestTimeout = 10 * time.Second
const httpRequestTimeout = 2 * time.Second

func init() {
// must registry the event impl before doing anything else.
Expand Down

0 comments on commit 28c8c9b

Please sign in to comment.