Skip to content

Commit

Permalink
Merge pull request #27833 from stbenjam/revert-27673-ocpbugsm-44873
Browse files Browse the repository at this point in the history
Revert "Make unidle test more strict"
  • Loading branch information
openshift-merge-robot committed Mar 31, 2023
2 parents a695ea0 + dcefb7f commit 0fea3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extended/idling/idling.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func tryEchoHTTP(svc *kapiv1.Service, execPod *kapiv1.Pod) error {
}

expected := "It is time to TCP."
cmd := fmt.Sprintf("curl --max-time 120 -v -g http://%s/echo?msg=%s",
cmd := fmt.Sprintf("curl --retry-max-time 120 --retry-connrefused --retry 20 --max-time 5 -s -g http://%s/echo?msg=%s",
net.JoinHostPort(rawIP, tcpPort),
url.QueryEscape(expected),
)
Expand Down

0 comments on commit 0fea3c9

Please sign in to comment.