mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 21:34:48 +07:00
test: increase wait timeout
This commit is contained in:
parent
583e4e4717
commit
385d0ef924
@ -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
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user