test: increase wait timeout

This commit is contained in:
Khue Doan 2022-10-27 13:37:18 +07:00
parent 583e4e4717
commit 385d0ef924

View File

@ -47,7 +47,7 @@ func TestSmoke(t *testing.T) {
fmt.Sprintf("https://%s", ingress.Spec.Rules[0].Host),
&tlsConfig,
30,
30*time.Second,
60*time.Second,
func(statusCode int, body string) bool {
return statusCode == 200
},