summaryrefslogtreecommitdiffstats
path: root/tests/functional/fuse_subdir
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/fuse_subdir')
-rw-r--r--tests/functional/fuse_subdir/test_fusesubdir_with_addbrick.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/functional/fuse_subdir/test_fusesubdir_with_addbrick.py b/tests/functional/fuse_subdir/test_fusesubdir_with_addbrick.py
index 82312c08f..13a21becc 100644
--- a/tests/functional/fuse_subdir/test_fusesubdir_with_addbrick.py
+++ b/tests/functional/fuse_subdir/test_fusesubdir_with_addbrick.py
@@ -192,10 +192,10 @@ class SubdirWithAddBrick(GlusterBaseClass):
# Wait for rebalance to complete
g.log.info("Waiting for rebalance to complete")
- ret = wait_for_rebalance_to_complete(self.mnode, self.volname)
- self.assertTrue(ret, "Rebalance did not start "
- "despite waiting for 5 mins")
- g.log.info("Rebalance is successfully complete on the volume %s",
+ ret = wait_for_rebalance_to_complete(self.mnode, self.volname, 600)
+ self.assertTrue(ret, "Rebalance did not complete "
+ "despite waiting for 10 minutes")
+ g.log.info("Rebalance successfully completed on the volume %s",
self.volname)
# Again validate if subdirectories are still mounted post add-brick