Fix flaky test.

This commit is contained in:
Louis Thibault 2024-01-22 16:43:43 -05:00
parent 2dfac08e80
commit 9ed9948dc6

View file

@ -34,7 +34,7 @@ func TestSessionManager_SessionTimeout(t *testing.T) {
func TestSessionManager_MaxConcurrentSessions(t *testing.T) {
t.Parallel()
const d = time.Millisecond * 10
const d = time.Millisecond * 100
mngr, _ := newSessionManager(t, &Config{
MaxConcurrentSessions: 1,