Can the Default Timeout of 30 Seconds for Each API Request be Extended via the Configuration Window?

This topic was automatically generated from Slack. You can find the original thread here.

Another timeout-related question but not really an error this time, more of a request.
Does each step(API request) have a default timeout of around 30 seconds?
I sometimes get a timeout error while testing AI actions, too, and that feels too short.
Wish I could extend the timeout via the configuration window.

Wish I could extend the timeout via the configuration window.
You can, see Settings - Pipedream

It’s not the overall execution timeout, but a per-step timeout.
I’m using Gemini actions, and they sometimes time out. Is that expected behavior, or is it unintended?

Pipedream execute the workflow as one AWS Lambda function, hence, the timeout is applicable to the whole workflow.

If your Gemini step throws timeout error, that possibly the timeout from your API call to Gemini, not related to Pipedream.

great explanation – thanks for all you do!