I want to know the default time-out value of any ‘Octopus Step’ and if there is a way by which I could change it?
I’m trying to run a PowerShell Script Step to install some package on a Target machine.
I’ve seen cases wherein PS script waits for either user-input or for the installation of package to complete which sometimes is held-up due to some reason. I want to define a time-out value for the PS Script Step so that it does not go into infinite waiting loop.
Thanks for reaching out. Unfortunately this feature is not available, and the only current way to do this would be to wrap your script on some custom PS logic that handles timeouts.