diff --git a/core/src/main/java/bisq/core/network/p2p/inventory/GetInventoryRequester.java b/core/src/main/java/bisq/core/network/p2p/inventory/GetInventoryRequester.java index 3309703f7f..9c53375293 100644 --- a/core/src/main/java/bisq/core/network/p2p/inventory/GetInventoryRequester.java +++ b/core/src/main/java/bisq/core/network/p2p/inventory/GetInventoryRequester.java @@ -41,7 +41,7 @@ import lombok.extern.slf4j.Slf4j; @Slf4j public class GetInventoryRequester implements MessageListener, ConnectionListener { - private final static int TIMEOUT_SEC = 90; + private final static int TIMEOUT_SEC = 45; private final NetworkNode networkNode; private final NodeAddress nodeAddress;