mirror of
https://github.com/ceph/ceph
synced 2025-01-27 05:25:10 +00:00
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: #13449 Signed-off-by: Loic Dachary <loic@dachary.org>
This commit is contained in:
parent
4ddc236b60
commit
c0828cae19
@ -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=[
|
||||
|
Loading…
Reference in New Issue
Block a user