"convox releases promote" times out

When I try to deploy my large app, my CI env tries to do a deploy…

convox releases promote --app ${app} --rack ${rack} --wait ${convox_release_id}
Promoting RZNQWVQFEXH... 
ERROR: timeout

The thing is that my application is huge. I have lots of containers. How can I increase the convox CLI timeout so that I don’t get a timeout? (I believe its timing out at 30 minutes).

Our system sees that the first attempt failed “non exit 0” and so it retries. It then sees this:

Promoting RZNQWVQFEXH... ERROR: No updates are to be performed.

That also returns a non zero exit code… so then our ci system goes into an infinite loop.