I have a number of HTTP triggered Azure Function apps that do not time out when in production. However, when I want to debug them by stepping through the code (in Visual Studio 2022), slowly and patiently examining variable values etc., I am often unable to complete the process because the call times out.
I know that you can increase the production timeout to 10 minutes, but I would like to increase the timeout locally when I run them and I cannot find a way of doing that.
It does not appear to be an option to add an increased timeout to the local.settings.json (unlike the host.json which runs in production).