0
0
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:
Eliot Horowitz 2011-03-10 11:10:47 -05:00
parent 4115af00a8
commit 4480e0f3af

View File

@ -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: