Skip to content

Commit

Permalink
Increase timeouts
Browse files Browse the repository at this point in the history
See discussion at bisq-network#2547
  • Loading branch information
ManfredKarrer committed Mar 25, 2019
1 parent c9c775d commit 9b2c5a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

@Slf4j
public class GetDataRequestHandler {
private static final long TIMEOUT = 60;
private static final long TIMEOUT = 90;


///////////////////////////////////////////////////////////////////////////////////////////
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

@Slf4j
class RequestDataHandler implements MessageListener {
private static final long TIMEOUT = 60;
private static final long TIMEOUT = 90;
private NodeAddress peersNodeAddress;


Expand Down

0 comments on commit 9b2c5a2

Please sign in to comment.