tools: extend timeout for doc build version fetch by rvagg · Pull Request #32511 · nodejs/node

5s is too short, one of our CI CentOS 7 machines fails on this, @MylesBorins noted that it regularly happens when he's doing releases. I don't know why this machine has problems (I'm updating it and restarting it atm) with a 5s timeout but it does.

Screenshot 2020-03-27 09 27 23

Confirmed on that machine that extending the timeout gets it through doc-only.

Is 30s too much? The timeout is there to handle the no-internet case.