summaryrefslogtreecommitdiffstats
path: root/tests/functional/dht/test_stop_glusterd_while_rebalance_in_progress.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/dht/test_stop_glusterd_while_rebalance_in_progress.py')
-rw-r--r--tests/functional/dht/test_stop_glusterd_while_rebalance_in_progress.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/dht/test_stop_glusterd_while_rebalance_in_progress.py b/tests/functional/dht/test_stop_glusterd_while_rebalance_in_progress.py
index 83a0ee991..350cb4e1a 100644
--- a/tests/functional/dht/test_stop_glusterd_while_rebalance_in_progress.py
+++ b/tests/functional/dht/test_stop_glusterd_while_rebalance_in_progress.py
@@ -167,7 +167,7 @@ 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,
- timeout=600)
+ timeout=1800)
self.assertTrue(ret, ("Rebalance is either timed out or failed"
"%s", self.volname))
g.log.info("Volume %s: Rebalance completed successfully",