Skip to content

Commit

Permalink
adding cluster env timeout time (#1908)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim committed Jan 27, 2022
1 parent 45f3934 commit 1ea842c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Expand Up @@ -102,7 +102,7 @@ def pytest_sessionstart(session):
wait_for_cluster_creation(redis_url, cluster_nodes)


def wait_for_cluster_creation(redis_url, cluster_nodes, timeout=20):
def wait_for_cluster_creation(redis_url, cluster_nodes, timeout=60):
"""
Waits for the cluster creation to complete.
As soon as all :cluster_nodes: nodes become available, the cluster will be
Expand Down

0 comments on commit 1ea842c

Please sign in to comment.