mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-26 07:40:35 -04:00
Change timeout
This commit is contained in:
parent
d85f2a1455
commit
491e15c3de
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ public class WalletService {
|
||||||
}, Threading.USER_THREAD);
|
}, Threading.USER_THREAD);
|
||||||
walletAppKit.startAsync();
|
walletAppKit.startAsync();
|
||||||
|
|
||||||
return status.mergeWith(downloadProgress).timeout(20, TimeUnit.SECONDS);
|
return status.mergeWith(downloadProgress).timeout(30, TimeUnit.SECONDS);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void initWallet() {
|
private void initWallet() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue