]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Add a timeout for unmounting
authorZack Cerza <zack@cerza.org>
Tue, 3 Jun 2014 17:39:38 +0000 (12:39 -0500)
committerZack Cerza <zack@cerza.org>
Tue, 3 Jun 2014 17:39:38 +0000 (12:39 -0500)
Ten minutes seems like it might be longer than necessary, but I doubt
it's too short.

Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
teuthology/task/ceph_fuse.py

index 6031313a45523ca51f2a8847a13da22fa0bf5fd8..b97bc853842717ad112504dd7c27b8459fc0a2ed 100644 (file)
@@ -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_))