diff --git a/test/integration/concierge_impersonation_proxy_test.go b/test/integration/concierge_impersonation_proxy_test.go index f10f87af..a1f7cba8 100644 --- a/test/integration/concierge_impersonation_proxy_test.go +++ b/test/integration/concierge_impersonation_proxy_test.go @@ -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.