Commit c13b6ba4 authored by acud's avatar acud Committed by GitHub

fix(kademlia): flaky prune test (#1989)

parent 741bcc59
......@@ -721,7 +721,7 @@ func TestAddressBookPrune(t *testing.T) {
*kademlia.TimeToRetry = t
}(*kademlia.TimeToRetry)
*kademlia.TimeToRetry = 50 * time.Millisecond
*kademlia.TimeToRetry = 20 * time.Millisecond
var (
conns, failedConns int32 // how many connect calls were made to the p2p mock
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment