Timeout

How can I set a particular deploy step to have either no timeout, or a much longer timeout than 10 minutes? I currently have a database deploy that builds indexes, some of these are on very large tables so it can take awhile to complete. This causes the deploy to fail about 100% of the time.

I figured this issue out. It was when called from Team City using Octo.exe. I added a timeout switch and we’re good to go now.