Skip to content

Commit ce232bf

Browse files
chayimdvora-h
authored andcommitted
adding cluster env timeout time (redis#1908)
1 parent be42689 commit ce232bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def pytest_sessionstart(session):
102102
wait_for_cluster_creation(redis_url, cluster_nodes)
103103

104104

105-
def wait_for_cluster_creation(redis_url, cluster_nodes, timeout=20):
105+
def wait_for_cluster_creation(redis_url, cluster_nodes, timeout=60):
106106
"""
107107
Waits for the cluster creation to complete.
108108
As soon as all :cluster_nodes: nodes become available, the cluster will be

0 commit comments

Comments
 (0)