mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-05-01 21:36:00 +00:00
Increase timeout for activedirectoryidentityprovider to be loaded
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user