We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c545fd1 commit d8771baCopy full SHA for d8771ba
core/src/main/java/haveno/core/xmr/wallet/XmrWalletBase.java
@@ -6,8 +6,6 @@
6
import java.util.concurrent.CountDownLatch;
7
import java.util.concurrent.TimeUnit;
8
9
-import org.apache.commons.lang3.exception.ExceptionUtils;
10
-
11
import haveno.common.Timer;
12
import haveno.common.UserThread;
13
import haveno.core.api.XmrConnectionService;
@@ -28,7 +26,7 @@
28
26
public abstract class XmrWalletBase {
29
27
30
// constants
31
- public static final int SYNC_PROGRESS_TIMEOUT_SECONDS = 120;
+ public static final int SYNC_PROGRESS_TIMEOUT_SECONDS = 150;
32
public static final int DIRECT_SYNC_WITHIN_BLOCKS = 100;
33
public static final int SAVE_WALLET_DELAY_SECONDS = 300;
34
private static final String SYNC_PROGRESS_TIMEOUT_MSG = "Sync progress timeout called";
0 commit comments