Supabase edge function time out

I have an edge function that calls an api that takes around 30 seconds to provide a response since that API calls GPT. Sometimes my edge function times out before I can get a result. How do I increase this timeout time?
Was this page helpful?