Subject: Request: increase synchronous function timeout to 26 seconds (Pro plan)

Hi Netlify team,

I’m on the Pro plan and would like the synchronous function timeout raised to the maximum of 26 seconds for my site.

Site: klarphi-workspace (klarphi-workspace.netlify.app)
Site ID: 331b0a50-2572-4dd6-a161-6dd6c66ff7e5

The site is a Next.js app that proxies Anthropic Claude API calls to generate structured business analysis. Responses typically take 10-15 seconds and are currently returning 504 after the default 10-second limit.

I already have the following configured in netlify.toml:

functions

timeout = 26

As I understand it, this setting requires activation on your side for it to take effect. Could you please enable the 26-second timeout for this site?

Thank you.