Is it possible to extend the 25 seconds timeout for the web hook trigger's custom response?

Souvik_413016
Posts: 1
in Questions
I am using a Web Hook Trigger to trigger a workflow using my REST API call.
I am trying to return a custom response defined by me which is available only after the workflow completes execution.
If the workflow's run time exceeds 25 seconds then a standard response saying that the request timed out is returned.
Example:{ "runID": "", "progressSecret": "", "status": "running", "message": "Timed out after waiting 25 seconds for run to complete", "teamName": "" }
Is there a way to extend this timeout in Catalytic from 25 seconds to for eg. 60 seconds?
0