Increase timeouts

See discussion at https://github.com/bisq-network/bisq/issues/2547
This commit is contained in:
Manfred Karrer 2019-03-25 12:44:54 -05:00
parent c9c775d60f
commit 9b2c5a2d2a
No known key found for this signature in database
GPG Key ID: 401250966A6B2C46
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ import org.jetbrains.annotations.NotNull;
@Slf4j
public class GetDataRequestHandler {
private static final long TIMEOUT = 60;
private static final long TIMEOUT = 90;
///////////////////////////////////////////////////////////////////////////////////////////

View File

@ -60,7 +60,7 @@ import static com.google.common.base.Preconditions.checkArgument;
@Slf4j
class RequestDataHandler implements MessageListener {
private static final long TIMEOUT = 60;
private static final long TIMEOUT = 90;
private NodeAddress peersNodeAddress;