Increase timeout for activedirectoryidentityprovider to be loaded
This commit is contained in:
parent
a20aee5f18
commit
5e9087263d
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user