Increase timeout for activedirectoryidentityprovider to be loaded

This commit is contained in:
Margo Crawford 2021-08-18 16:24:05 -07:00
parent a20aee5f18
commit 5e9087263d

View File

@ -830,7 +830,7 @@ func requestAuthorizationUsingLDAPIdentityProvider(t *testing.T, downstreamAutho
return false, nil
}
return true, nil
}, 30*time.Second, 200*time.Millisecond)
}, 60*time.Second, 200*time.Millisecond)
expectSecurityHeaders(t, authResponse, true)