summaryrefslogtreecommitdiffstats
path: root/tests/functional/dht/test_rebalance_dir_file_from_multiple_clients.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/dht/test_rebalance_dir_file_from_multiple_clients.py')
-rw-r--r--tests/functional/dht/test_rebalance_dir_file_from_multiple_clients.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/dht/test_rebalance_dir_file_from_multiple_clients.py b/tests/functional/dht/test_rebalance_dir_file_from_multiple_clients.py
index dd80479bb..add72aec5 100644
--- a/tests/functional/dht/test_rebalance_dir_file_from_multiple_clients.py
+++ b/tests/functional/dht/test_rebalance_dir_file_from_multiple_clients.py
@@ -201,7 +201,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 not yet complete on the volume "
"%s", self.volname))
g.log.info("Rebalance status on volume %s: Complete",