We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1477061 commit 8c3f23fCopy full SHA for 8c3f23f
datacrunch/instances/instances.py
@@ -147,7 +147,7 @@ def create(self,
147
contract: Optional contract type for the instance.
148
pricing: Optional pricing model for the instance.
149
coupon: Optional coupon code for discounts.
150
- max_wait_time: Maximum total wait for the instance to start provisioning, in seconds (default: 60)
+ max_wait_time: Maximum total wait for the instance to start provisioning, in seconds (default: 180)
151
initial_interval: Initial interval, in seconds (default: 0.5)
152
max_interval: The longest single delay allowed between retries, in seconds (default: 5)
153
backoff_coefficient: Coefficient to calculate the next retry interval (default 2.0)
0 commit comments