summaryrefslogtreecommitdiffstats
path: root/tests/functional/fuse_subdir
diff options
context:
space:
mode:
authorJilju Joy <jijoy@redhat.com>2019-01-31 14:38:31 +0530
committerVijay Avuthu <vavuthu@redhat.com>2019-02-05 04:48:04 +0000
commitb6d683414d079058a23925b99345e173b17ef7fd (patch)
tree5cc56a2ab2273b45f968798bc6ff242305b01f84 /tests/functional/fuse_subdir
parent1e048e8b8d5fb017e45ff9538d30c7f1f8b3ad06 (diff)
Increasing the wait time for rebalance after remove brick operation
Change-Id: Idc864d0efb02d021d7e30908f1a9ef5553afee65
Diffstat (limited to 'tests/functional/fuse_subdir')
-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 "