mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 23:36:00 -04:00
Increase timeout for trade process forn 30 sec to 60 sec.
This commit is contained in:
parent
bb625ad036
commit
9d51e3b0ba
@ -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 = 30;
|
||||
private static final long TIMEOUT_SEC = 60;
|
||||
|
||||
protected final ProcessModel processModel;
|
||||
private final DecryptedDirectMessageListener decryptedDirectMessageListener;
|
||||
|
Loading…
x
Reference in New Issue
Block a user