diff --git a/p2p/transport.go b/p2p/transport.go index 617072ca0f2..8e4bc916594 100644 --- a/p2p/transport.go +++ b/p2p/transport.go @@ -16,7 +16,8 @@ import ( ) const ( - defaultDialTimeout = time.Second + // TODO: Maybe revert + defaultDialTimeout = 3 * time.Second defaultFilterTimeout = 5 * time.Second defaultHandshakeTimeout = 3 * time.Second )