diff --git a/internal/messagequeue/donthavetimeoutmgr.go b/internal/messagequeue/donthavetimeoutmgr.go index e5ce0b28739fb0ea04f027a680594e39195e4d11..e53b232e6d9d8a9d49f41db7eefc79e71d047361 100644 --- a/internal/messagequeue/donthavetimeoutmgr.go +++ b/internal/messagequeue/donthavetimeoutmgr.go @@ -19,12 +19,12 @@ const ( // maxExpectedWantProcessTime is the maximum amount of time we expect a // peer takes to process a want and initiate sending a response to us - maxExpectedWantProcessTime = 200 * time.Millisecond + maxExpectedWantProcessTime = 2 * time.Second // latencyMultiplier is multiplied by the average ping time to // get an upper bound on how long we expect to wait for a peer's response // to arrive - latencyMultiplier = 2 + latencyMultiplier = 3 ) // PeerConnection is a connection to a peer that can be pinged, and the