summaryrefslogtreecommitdiffstats
path: root/tests/functional
diff options
context:
space:
mode:
authorubansal <ubansal@redhat.com>2020-08-12 13:36:04 +0530
committerubansal <ubansal@redhat.com>2020-08-12 13:37:52 +0530
commit073a8659b46a59975c11f01573e0277c881e64b7 (patch)
tree3d3244e22eacf4e8a4dd413d17719601aa2464e1 /tests/functional
parent4764bfd6efce65b54a255db1b265559c901bd97b (diff)
[TestFix] Increased timeout for rebalance
TC's was failing due to timeout issue increased reabalnce timeout from 900 to 1800 Change-Id: I726217a21ebbde6391660dd3c9dc096cc9ca6bb4 Signed-off-by: ubansal <ubansal@redhat.com>
Diffstat (limited to 'tests/functional')
-rw-r--r--tests/functional/bvt/test_cvt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/bvt/test_cvt.py b/tests/functional/bvt/test_cvt.py
index 664652290..90533eb7d 100644
--- a/tests/functional/bvt/test_cvt.py
+++ b/tests/functional/bvt/test_cvt.py
@@ -246,7 +246,7 @@ class TestGlusterExpandVolumeSanity(GlusterBasicFeaturesSanityBaseClass):
# Wait for rebalance to complete
g.log.info("Waiting for rebalance to complete")
ret = wait_for_rebalance_to_complete(self.mnode, self.volname,
- timeout=900)
+ 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",