Parse.Cloud.run timeout

I’m running into an issue where calling Parse.Cloud.run from my Javascript code looks like it is timing out after 30 seconds.
The browser network tab shows my request being terminated and retried numerous time but always ending at almost exactly 30seconds.

Unfortunately the server cloud code may take longer than that to do its thing.
I’ve searched through the parse library but I can’t see any references to a timeout.

Can I increase this timeout?
If not, can I patch the parse code to somehow give me more than 30 seconds?

note: I’m currently on parse 2.19.0

Possibly related: Abort Cloud Code execution when server has timed out · Issue #6681 · parse-community/parse-server · GitHub

The issue you have linked too is a server side issue. My issue is a client side issue.

I think this is not a server-side issue