Change timeout

This commit is contained in:
Manfred Karrer 2015-02-16 13:32:39 +01:00
parent d85f2a1455
commit 491e15c3de

View file

@ -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() {