Increase timeout for creating load balancer in impersonation proxy test

This commit is contained in:
Margo Crawford 2021-03-02 15:49:01 -08:00
parent 8bf03257f4
commit 27daf0a2fe
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ func TestImpersonationProxy(t *testing.T) {
// Check that load balancer has been created.
library.RequireEventuallyWithoutError(t, func() (bool, error) {
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
// Wait for the load balancer to get an ingress and make a note of its address.