Skip to content

Commit

Permalink
Bump up apiserver timeout again for a min
Browse files Browse the repository at this point in the history
We bumped apiserver timeout till 3 mins when commited
4da07ce one but looks like CI
is still failing when testing 4.7.0 bits.

Upstream issue: kubernetes/kubeadm#2395
  • Loading branch information
praveenkumar authored and guillaumerose committed Feb 25, 2021
1 parent c99b1c4 commit fd8c73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/crc/cluster/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ func WaitForAPIServer(ocConfig oc.Config) error {
logging.Debug(stdout)
return nil
}
return errors.RetryAfter(3*time.Minute, waitForAPIServer, time.Second)
return errors.RetryAfter(4*time.Minute, waitForAPIServer, time.Second)
}

func DeleteOpenshiftAPIServerPods(ocConfig oc.Config) error {
Expand Down

0 comments on commit fd8c73a

Please sign in to comment.