Is there a way to adjust Pulumi's timeout? I have...
# general
p
Is there a way to adjust Pulumi's timeout? I have tried addressing this in code as a depends on scenario but still no dice. This service just take a long time to build I can see in the console its still being provisioned too so nothing bad has happened.
r
p
No, but close. So azure AD takes well over an hr to provision and Pulumi seems to time out waiting for it to finish coming online. I've noticed it does this as well with the VGW too. So Im looking to override those hard timeouts on the pulumi engine to simply just remove them while it waits for the service to be built.