Mix deps.get crashes with a timeout

You already have the latest versions of hex and elixir.

The timeout should be 15 seconds and there is no way to configure it right now. If you want to try changing the value you can do it here https://github.com/hexpm/hex/blob/master/lib/hex/http.ex#L2 and install a development version of hex by running mix install from the hex project.

Thanks @ericmj. I will try that and let you know if it solves my issue.

Unfortunately, I couldn’t manage to make it work. I still have the timeout in my CI build

@ericmj, I think the local mix wasn’t used when I ran mix deps.get in my project directory. How can I make it global ?