Merge pull request #2583 from ManfredKarrer/increase-timeouts

Increase timeouts
This commit is contained in:
Manfred Karrer 2019-03-25 13:28:47 -05:00 committed by GitHub
commit 3a9131d203
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;