Currently, the newdeploy function times out if not created within 120 seconds:
|
for i := 0; i < 120; i++ { |
This does not work very well especially when you are mounting a volume on a function with latest podspec. This timeout should be configurable so that operations such as disk mounting can complete without failing.