Skip to content

Commit

Permalink
adding cluster env timeout time (redis#1908)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim authored and dvora-h committed Feb 2, 2022
1 parent be42689 commit ce232bf
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 ce232bf

Please sign in to comment.