Is it possible to put a timeout on a step? I have ...
# general
i
Is it possible to put a timeout on a step? I have a dynamic provisioning step running a script on the VM and certain errors appear to make
pulumi up
hang indefinitely. I have to ctrl+c twice, export state, delete pending ops, re-import state, re-run each time
i
This is a dynamic provisioning script though not a standard cloud resource. That works there too somehow?
I guess I can set it at the VM level to have almost the same effect. Thanks