We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5614d31 commit 02b4d18Copy full SHA for 02b4d18
tests/run_test_server.py
@@ -126,7 +126,7 @@ def start_mongodb_docker(version="8.0"):
126
capture_output=True,
127
text=True,
128
check=True,
129
- timeout=30,
+ timeout=120,
130
)
131
132
print(f"Container started: {result.stdout.strip()}")
@@ -151,7 +151,7 @@ def stop_mongodb_docker():
151
return False
152
153
154
-def wait_for_mongodb(host=MONGODB_HOST, port=MONGODB_PORT, timeout=30):
+def wait_for_mongodb(host=MONGODB_HOST, port=MONGODB_PORT, timeout=90):
155
"""Wait for MongoDB to be ready"""
156
print(f"Waiting for MongoDB at {host}:{port}... (timeout: {timeout}s)")
157
0 commit comments