Skip to content

Commit

Permalink
Reduce timeout to 90 sec
Browse files Browse the repository at this point in the history
- We had it initially at 60 sec. and increased it as attempt to fight
those timeout errors, but it did not help. So letting the user wait
longer as needed does not make sense.
  • Loading branch information
ManfredKarrer authored and ripcurlx committed Mar 4, 2019
1 parent 35dfc4b commit db4c6f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

@Slf4j
public abstract class TradeProtocol {
private static final long TIMEOUT = 120;
private static final long TIMEOUT = 90;

protected final ProcessModel processModel;
private final DecryptedDirectMessageListener decryptedDirectMessageListener;
Expand Down

0 comments on commit db4c6f5

Please sign in to comment.