Increase timeout for creating load balancer in impersonation proxy test
This commit is contained in:
parent
8bf03257f4
commit
27daf0a2fe
@ -99,7 +99,7 @@ func TestImpersonationProxy(t *testing.T) {
|
|||||||
// Check that load balancer has been created.
|
// Check that load balancer has been created.
|
||||||
library.RequireEventuallyWithoutError(t, func() (bool, error) {
|
library.RequireEventuallyWithoutError(t, func() (bool, error) {
|
||||||
return hasImpersonationProxyLoadBalancerService(ctx, env, adminClient)
|
return hasImpersonationProxyLoadBalancerService(ctx, env, adminClient)
|
||||||
}, 10*time.Second, 500*time.Millisecond)
|
}, 30*time.Second, 500*time.Millisecond)
|
||||||
|
|
||||||
// TODO this information should come from the CredentialIssuer status once that is implemented
|
// TODO this information should come from the CredentialIssuer status once that is implemented
|
||||||
// Wait for the load balancer to get an ingress and make a note of its address.
|
// Wait for the load balancer to get an ingress and make a note of its address.
|
||||||
|
Loading…
Reference in New Issue
Block a user