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);
walletAppKit.startAsync();
return status.mergeWith(downloadProgress).timeout(20, TimeUnit.SECONDS);
return status.mergeWith(downloadProgress).timeout(30, TimeUnit.SECONDS);
}
private void initWallet() {