Hi there, Can the timeout for the Netlify function be increased? 10 seconds is too short.
site- [otvlicenseactivation.netlify.app](https://otvlicenseactivation.netlify.app/
Hey there, and welcome to the Support Forums!
Functions have a hard limit that can’t be raised indefinitely, but for Edge Functions the limit is much higher. On Edge Functions limits | Netlify Docs, you’ll see that it says “50ms CPU Time Limit”, which might sound like nothing - but this is CPU Time, not wall time. So if the function is waiting for a network request to finish for example, that won’t count against that time. In practice, i’ve yet to see a function that takes longer than those 50ms
Let me know if that helps. If it doesn’t, could you share some more context on your usecase? Maybe there’s a different solution.
Best, Simon