mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Increase timeout to 2 min
This commit is contained in:
parent
bb0f0ec273
commit
45001ad965
@ -37,7 +37,7 @@ import static io.bisq.core.util.Validator.nonEmptyStringOf;
|
||||
|
||||
@Slf4j
|
||||
public abstract class TradeProtocol {
|
||||
private static final long TIMEOUT_SEC = 75;
|
||||
private static final long TIMEOUT_SEC = 120;
|
||||
|
||||
protected final ProcessModel processModel;
|
||||
private final DecryptedDirectMessageListener decryptedDirectMessageListener;
|
||||
|
Loading…
Reference in New Issue
Block a user