I have a function that takes a bit too long time to build (I have a custom build command), but the function build time timeout is around 2 minutes, so after that I get error code: 524
, can I increase that to let's say 10 minutes.
TL;DR
Developers asking how to increase build time timeout in Functions due to custom build commands taking longer than the default 2 minutes, resulting in error code 524. They want to extend the timeout to 10 minutes.
Solution: Developers can extend the build time timeout in Functions to 10 minutes to accommodate custom build commands by adjusting the settings in the function configuration.