Change timeout to 20 sec.

This commit is contained in:
Manfred Karrer 2014-12-11 16:04:19 +01:00
parent 70f75dd953
commit 04d22e0380

View file

@ -193,7 +193,7 @@ class MainViewModel implements ViewModel {
}
public void initBackend() {
bitcoinNetworkTimeout = Utilities.setTimeout(2000, animationTimer -> {
bitcoinNetworkTimeout = Utilities.setTimeout(20000, animationTimer -> {
Platform.runLater(() -> {
networkSyncProgress.set(0);
blockchainSyncState.set("Connection to bitcoin network failed.");