From 8563c05bafd31470b54799f675db4ad8c17a548a Mon Sep 17 00:00:00 2001 From: Matt Moyer Date: Thu, 3 Dec 2020 13:22:27 -0600 Subject: [PATCH] Tweak these timeouts to be a bit faster (and retrigger CI). Signed-off-by: Matt Moyer --- test/integration/supervisor_login_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/supervisor_login_test.go b/test/integration/supervisor_login_test.go index f666ef1a3..e926950e5 100644 --- a/test/integration/supervisor_login_test.go +++ b/test/integration/supervisor_login_test.go @@ -111,7 +111,7 @@ func TestSupervisorLogin(t *testing.T) { assert.Eventually(t, func() bool { discovery, err = oidc.NewProvider(oidc.ClientContext(ctx, httpClient), downstream.Spec.Issuer) return err == nil - }, 60*time.Second, 1*time.Second) + }, 30*time.Second, 200*time.Millisecond) require.NoError(t, err) // Start a callback server on localhost.