summaryrefslogtreecommitdiffstats
path: root/tests/functional/dht/test_restart_glusterd_after_rebalance.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/dht/test_restart_glusterd_after_rebalance.py')
-rw-r--r--tests/functional/dht/test_restart_glusterd_after_rebalance.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/functional/dht/test_restart_glusterd_after_rebalance.py b/tests/functional/dht/test_restart_glusterd_after_rebalance.py
index b4436968d..408e309a1 100644
--- a/tests/functional/dht/test_restart_glusterd_after_rebalance.py
+++ b/tests/functional/dht/test_restart_glusterd_after_rebalance.py
@@ -131,7 +131,8 @@ class RebalanceValidation(GlusterBaseClass):
# Wait for rebalance to complete
g.log.info("Waiting for rebalance to complete")
- ret = wait_for_rebalance_to_complete(self.mnode, self.volname)
+ ret = wait_for_rebalance_to_complete(self.mnode, self.volname,
+ timeout=1800)
self.assertTrue(ret, ("Rebalance is not yet complete on the volume "
"%s", self.volname))
g.log.info("Rebalance is successfully complete on the volume %s",