How to handle >60s AI image generation in Make without running into HTTP timeout?

Hi everyone,
I’m currently building a scenario in Make that triggers an AI image generation process via cusom Straico module. The issue: the image generation takes longer than 60 seconds, which causes Make to throw a Request Timeout error.

Since I can’t speed up the AI generation itself, I’m looking for a proper workaround or architectural change to handle this correctly in Make.

:backhand_index_pointing_right: I would love to hear how others are handling similar time-sensitive scenarios with long-running processes like AI Image generation.

Also, if you know of specific Make patterns, blueprints, or modules that work well for this, I’m all ears!

Thanks in advance!

  • Martin

Hi @mvp,

if you put the API call into a custom app, you can increase the timeout to 5min.
I also think in the HTTP module you can increase the timeout if you click on advanced and then there should be an option? :slight_smile:

Best,
Richard