Skip to content

Commit 8c3f23f

Browse files
committed
fix docstring
1 parent 1477061 commit 8c3f23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datacrunch/instances/instances.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def create(self,
147147
contract: Optional contract type for the instance.
148148
pricing: Optional pricing model for the instance.
149149
coupon: Optional coupon code for discounts.
150-
max_wait_time: Maximum total wait for the instance to start provisioning, in seconds (default: 60)
150+
max_wait_time: Maximum total wait for the instance to start provisioning, in seconds (default: 180)
151151
initial_interval: Initial interval, in seconds (default: 0.5)
152152
max_interval: The longest single delay allowed between retries, in seconds (default: 5)
153153
backoff_coefficient: Coefficient to calculate the next retry interval (default 2.0)

0 commit comments

Comments
 (0)