From 0f04af0799c7831cd0a75ea5e22ea414c9137514 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 3 Jun 2014 12:39:38 -0500 Subject: [PATCH] Add a timeout for unmounting Ten minutes seems like it might be longer than necessary, but I doubt it's too short. Signed-off-by: Zack Cerza --- teuthology/task/ceph_fuse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/ceph_fuse.py b/teuthology/task/ceph_fuse.py index 6031313a45523..b97bc85384271 100644 --- a/teuthology/task/ceph_fuse.py +++ b/teuthology/task/ceph_fuse.py @@ -168,7 +168,7 @@ def task(ctx, config): ], ) - run.wait(fuse_daemons.itervalues()) + run.wait(fuse_daemons.itervalues(), timeout=600) for id_, remote in clients: mnt = os.path.join(testdir, 'mnt.{id}'.format(id=id_)) -- 2.39.5