Skip to content

Commit 1ea842c

Browse files
authored
adding cluster env timeout time (#1908)
1 parent 45f3934 commit 1ea842c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/conftest.py

+1-1
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)