API Timeouts?

Just wondering if there are standard timeouts for requests and responses to external services via API call?

I’m currently connecting with a SOAP:XML API on another server and I’m not receiving some responses and I think a timeout might be to blame.

I’ve replicated my code on a local node server and have no issues, the same code on Wix just doesn’t receive some responses, and there is no error to help me pinpoint the cause.

Last I checked, Wix has a 14 second timeout for external services API - which should be plenty of time for most cases.

Related - When frontend code requests a function in the backend (generating a promise), the promise will fail (rejected) if it has not been resolved at 14 seconds.
However, the function in the backend will usually run until finished.