Fix: wait longer for wallet startup
This commit is contained in:
parent
eab7807d59
commit
b678771c8a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import 'css-doodle';
|
||||||
|
|
||||||
const FORTY_FIVE_SECONDS = 45 * 1000;
|
const FORTY_FIVE_SECONDS = 45 * 1000;
|
||||||
const UPDATE_INTERVAL = 500; // .5 seconds
|
const UPDATE_INTERVAL = 500; // .5 seconds
|
||||||
const MAX_WALLET_WAIT = 10; // 10 seconds for wallet to be started, but servers to be unavailable
|
const MAX_WALLET_WAIT = 20; // 10 seconds for wallet to be started, but servers to be unavailable
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
checkDaemonVersion: () => Promise<any>,
|
checkDaemonVersion: () => Promise<any>,
|
||||||
|
|
Loading…
Reference in a new issue