OctopusDeploy / OctoTFS

| Public | Octopus extensions for Azure DevOps, TFS, VSTS, and VSO
https://marketplace.visualstudio.com/items?itemName=octopusdeploy.octopus-deploy-build-release-tasks
Other
0 stars 42 forks source link

Timeout value is not respected by the Octopus client #134

Closed mcasperson closed 3 years ago

mcasperson commented 5 years ago

You can define a timeout in the TFS steps, but when deploying a release this value is not passed to the Octopus client. For example, setting a timeout of 30 minutes will still result in a long deployment failing after 10 minutes, because the Octo.exe --timeout value defaults to 10 minutes.

johnsimons commented 3 years ago

So after some digging around, we cannot do this for the users, see https://github.com/microsoft/azure-pipelines-task-lib/issues/796. However, it is possible to control the timeout and cancel a deployment task by supplying extra octo arguments, here is an example: image

So for now I am closing this issue.