From b6d683414d079058a23925b99345e173b17ef7fd Mon Sep 17 00:00:00 2001 From: Jilju Joy Date: Thu, 31 Jan 2019 14:38:31 +0530 Subject: Increasing the wait time for rebalance after remove brick operation Change-Id: Idc864d0efb02d021d7e30908f1a9ef5553afee65 --- tests/functional/fuse_subdir/test_fusesubdir_with_removebrick.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/functional') 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 " -- cgit