Fix: wait longer for wallet startup

This commit is contained in:
Thomas Zarebczan 2020-01-13 15:02:05 -05:00
parent eab7807d59
commit b678771c8a

View file

@ -14,7 +14,7 @@ import 'css-doodle';
const FORTY_FIVE_SECONDS = 45 * 1000;
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 = {
checkDaemonVersion: () => Promise<any>,