mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Fix flaky test.
This commit is contained in:
parent
2dfac08e80
commit
9ed9948dc6
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue