When using Sim.AI Workflow Blocks, especially the API Block, the execution frequently fails due to block timeout.
This happens even when the external API or computation needs a few extra seconds.
The block stops executing and returns a failure even though the external API eventually responds.
Create a workflow in Sim.AI Studio.
Add an API Block that calls an endpoint requiring 220– 340 seconds (or more).
Run the workflow.
The block returns a timeout error before the external API responds.
Expected Behavior
Block should wait until the API response arrives within a reasonable limit.
The block timeout should be configurable, so users can increase max wait time.