mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-20 07:46:05 -04:00
Increase timeout
This commit is contained in:
parent
e18c8c0bf8
commit
35152cb41d
@ -38,7 +38,7 @@ import static io.bitsquare.util.Validator.nonEmptyStringOf;
|
||||
|
||||
public abstract class TradeProtocol {
|
||||
private static final Logger log = LoggerFactory.getLogger(TradeProtocol.class);
|
||||
private static final long TIMEOUT_SEC = 60;
|
||||
private static final long TIMEOUT_SEC = 90;
|
||||
|
||||
protected final ProcessModel processModel;
|
||||
private final DecryptedDirectMessageListener decryptedDirectMessageListener;
|
||||
|
Loading…
x
Reference in New Issue
Block a user