Increase timout to 90 sec

This commit is contained in:
chimp1984 2020-11-10 13:07:46 -05:00
parent 69802e232d
commit bb095d413c
No known key found for this signature in database
GPG key ID: 9801B4EC591F90E3

View file

@ -41,7 +41,7 @@ import lombok.extern.slf4j.Slf4j;
@Slf4j @Slf4j
public class GetInventoryRequester implements MessageListener, ConnectionListener { public class GetInventoryRequester implements MessageListener, ConnectionListener {
private final static int TIMEOUT_SEC = 45; private final static int TIMEOUT_SEC = 90;
private final NetworkNode networkNode; private final NetworkNode networkNode;
private final NodeAddress nodeAddress; private final NodeAddress nodeAddress;