mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-02 18:47:06 -04:00
Change timeout to 20 sec.
This commit is contained in:
parent
70f75dd953
commit
04d22e0380
1 changed files with 1 additions and 1 deletions
|
@ -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.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue