Skip to content

Commit 4f52e85

Browse files
authored
calling public API every 2 seconds is too much
1 parent 0a94fab commit 4f52e85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/clusters_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def create_cluster_example():
5959

6060
# Wait for cluster to enter RUNNING status
6161
while cluster.status != verda.constants.cluster_status.RUNNING:
62-
time.sleep(2)
62+
time.sleep(30)
6363
print(f'Waiting for cluster to enter RUNNING status... (status: {cluster.status})')
6464
cluster = verda.clusters.get_by_id(cluster.id)
6565

0 commit comments

Comments
 (0)