We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a94fab commit 4f52e85Copy full SHA for 4f52e85
1 file changed
examples/clusters_example.py
@@ -59,7 +59,7 @@ def create_cluster_example():
59
60
# Wait for cluster to enter RUNNING status
61
while cluster.status != verda.constants.cluster_status.RUNNING:
62
- time.sleep(2)
+ time.sleep(30)
63
print(f'Waiting for cluster to enter RUNNING status... (status: {cluster.status})')
64
cluster = verda.clusters.get_by_id(cluster.id)
65
0 commit comments