Skip to content

Commit f419971

Browse files
committed
Fix timeout
1 parent 5d336fd commit f419971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peer/conn_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
)
2424

2525
const (
26-
disconnectedTimeout = 20 * time.Millisecond
26+
disconnectedTimeout = 5 * time.Second
2727
failedTimeout = disconnectedTimeout * 5
2828
keepAliveInterval = time.Millisecond * 2
2929
)

0 commit comments

Comments
 (0)