mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
increase timeout because of dur
This commit is contained in:
parent
4115af00a8
commit
4480e0f3af
@ -110,7 +110,7 @@ class mongod(object):
|
||||
sock.connect(("localhost", int(port)))
|
||||
sock.close()
|
||||
|
||||
def did_mongod_start(self, port=mongod_port, timeout=20):
|
||||
def did_mongod_start(self, port=mongod_port, timeout=80):
|
||||
while timeout > 0:
|
||||
time.sleep(1)
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user