You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems prism waits for up to 5 seconds to fetch an API specification with a command like prism mock http://someserver.com/openapi.yaml. Could you please increase that to maybe 30 seconds so that people with slower internet can use it?
The text was updated successfully, but these errors were encountered:
I can try to take a look into although I am not too sure wether we have such control. The json ref resolver is internally fetching the document and its logic is hidden.
In meantime, is there any chance you can download the file and feed the document to Prism?
For the future self: I'd say the best way to properly handle this is to let the people feed Prism via the standard input, so we get out of the user's way.
It seems prism waits for up to 5 seconds to fetch an API specification with a command like
prism mock http://someserver.com/openapi.yaml
. Could you please increase that to maybe 30 seconds so that people with slower internet can use it?The text was updated successfully, but these errors were encountered: