How do i increase my netlify function timeout on local test environment, which is netlify dev, o tried this on netlify .toml:
[dev]
functions_timeout = 25
This is from AI chatGPT, but it didn’t help, bard AI did not help.
I know increasing function timeout is for pro plan, but its my netlify dev on my localhost.
Is it ok to edit the netlify files from node_modules?