increase wallet sync progress timeout to 60s

This commit is contained in:
woodser 2024-07-24 09:42:00 -04:00 committed by GitHub
parent ddee87f85d
commit 5ca9cb8dff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -164,7 +164,7 @@ public class XmrWalletService {
private TaskLooper syncProgressLooper;
private CountDownLatch syncProgressLatch;
private Timer syncProgressTimeout;
private static final int SYNC_PROGRESS_TIMEOUT_SECONDS = 45;
private static final int SYNC_PROGRESS_TIMEOUT_SECONDS = 60;
// wallet polling and cache
private TaskLooper pollLooper;