summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/functional/fuse_subdir/test_fusesubdir_with_removebrick.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/fuse_subdir/test_fusesubdir_with_removebrick.py b/tests/functional/fuse_subdir/test_fusesubdir_with_removebrick.py
index 30ac9eefb..1b43ac668 100644
--- a/tests/functional/fuse_subdir/test_fusesubdir_with_removebrick.py
+++ b/tests/functional/fuse_subdir/test_fusesubdir_with_removebrick.py
@@ -171,7 +171,7 @@ class SubdirWithRemoveBrick(GlusterBaseClass):
# Perform remove brick operation when subdir is mounted on client
g.log.info("Start removing bricks from volume")
- ret = shrink_volume(self.mnode, self.volname)
+ ret = shrink_volume(self.mnode, self.volname, rebalance_timeout=600)
self.assertTrue(ret, ("Remove brick operation failed on "
"%s", self.volname))
g.log.info("Remove brick operation is successful on "