mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-09-26 03:20:55 -04:00
Increase timeout
This commit is contained in:
parent
35152cb41d
commit
5eb38829af
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ import static io.bitsquare.util.Validator.nonEmptyStringOf;
|
|||
public class OfferAvailabilityProtocol {
|
||||
private static final Logger log = LoggerFactory.getLogger(OfferAvailabilityProtocol.class);
|
||||
|
||||
private static final long TIMEOUT_SEC = 30;
|
||||
private static final long TIMEOUT_SEC = 45;
|
||||
|
||||
private final OfferAvailabilityModel model;
|
||||
private final ResultHandler resultHandler;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue