tasks/admin_socket.py: wait 120 seconds instead of 60

When running on virtual machines, it may take more than one minute for a
daemon to create the admin socket.

http://tracker.ceph.com/issues/13449 Fixes: 

Signed-off-by: Loic Dachary <loic@dachary.org>
This commit is contained in:
Loic Dachary 2015-10-12 10:41:21 +02:00
parent 4ddc236b60
commit c0828cae19

View File

@ -85,7 +85,7 @@ def _socket_command(ctx, remote, socket_path, command, args):
"""
json_fp = StringIO()
testdir = teuthology.get_testdir(ctx)
max_tries = 60
max_tries = 120
while True:
proc = remote.run(
args=[