mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-06 21:13:59 -04:00
Change timeout
This commit is contained in:
parent
d85f2a1455
commit
491e15c3de
@ -215,7 +215,7 @@ public class WalletService {
|
||||
}, Threading.USER_THREAD);
|
||||
walletAppKit.startAsync();
|
||||
|
||||
return status.mergeWith(downloadProgress).timeout(20, TimeUnit.SECONDS);
|
||||
return status.mergeWith(downloadProgress).timeout(30, TimeUnit.SECONDS);
|
||||
}
|
||||
|
||||
private void initWallet() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user