mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-22 06:38:55 -04:00
Increase timeout for trade process forn 30 sec to 60 sec.
This commit is contained in:
parent
bb625ad036
commit
9d51e3b0ba
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue