Set a timeout for fetching the local node
Originally submitted by @sebastinez
If there is a local radicle-httpd instance, we try to connect to it on startup pretty quickly.
So if that instance has some issue, isn’t responding as we expect the app stays in a hung up state.
We should probably do that fetching in the background and update the state if something returns from the local httpd instance.