From 27daf0a2fe13d446a5079c0f0893a9a76de7ed12 Mon Sep 17 00:00:00 2001 From: Margo Crawford Date: Tue, 2 Mar 2021 15:49:01 -0800 Subject: [PATCH] Increase timeout for creating load balancer in impersonation proxy test --- test/integration/concierge_impersonation_proxy_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.