Skip to content

Commit d8771ba

Browse files
committed
increase sync progress timeout to 2.5 minutes
1 parent c545fd1 commit d8771ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

core/src/main/java/haveno/core/xmr/wallet/XmrWalletBase.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
import java.util.concurrent.CountDownLatch;
77
import java.util.concurrent.TimeUnit;
88

9-
import org.apache.commons.lang3.exception.ExceptionUtils;
10-
119
import haveno.common.Timer;
1210
import haveno.common.UserThread;
1311
import haveno.core.api.XmrConnectionService;
@@ -28,7 +26,7 @@
2826
public abstract class XmrWalletBase {
2927

3028
// constants
31-
public static final int SYNC_PROGRESS_TIMEOUT_SECONDS = 120;
29+
public static final int SYNC_PROGRESS_TIMEOUT_SECONDS = 150;
3230
public static final int DIRECT_SYNC_WITHIN_BLOCKS = 100;
3331
public static final int SAVE_WALLET_DELAY_SECONDS = 300;
3432
private static final String SYNC_PROGRESS_TIMEOUT_MSG = "Sync progress timeout called";

0 commit comments

Comments
 (0)