mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-12 09:49:27 -04:00
Increase CREATE_SOCKET_TIMEOUT_MILLIS
This commit is contained in:
parent
e18c8c0bf8
commit
50d360c67d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ import static com.google.common.base.Preconditions.checkNotNull;
|
|||
// Run in UserThread
|
||||
public abstract class NetworkNode implements MessageListener {
|
||||
private static final Logger log = LoggerFactory.getLogger(NetworkNode.class);
|
||||
private static final int CREATE_SOCKET_TIMEOUT_MILLIS = 5000;
|
||||
private static final int CREATE_SOCKET_TIMEOUT_MILLIS = 10000;
|
||||
|
||||
final int servicePort;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue