utils: Fix untimeouted request in _ReadAsJson
Add arbitrary timeout in requests.get() in _ReadAsJson
, because that is called during requests (to fetch the JSON schema) and it can cause buildout to hang inside a slapos.cookbook:request
if there is a network outage at that moment. This actually happened in ORS, we found this out with @jhuge by debugging it.