This message was deleted.
# python
s
This message was deleted.
g
Yep, you can define them like this:
Copy code
instance = compute.Instance(
    "poc",
    # ...
    opts=pulumi.ResourceOptions(custom_timeouts={"create": "2m"})
)
👍 1
b
I can confirm that it works!