diff --git a/ui/component/splash/view.jsx b/ui/component/splash/view.jsx index 7414cd099..422a49b07 100644 --- a/ui/component/splash/view.jsx +++ b/ui/component/splash/view.jsx @@ -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,