From 073a8659b46a59975c11f01573e0277c881e64b7 Mon Sep 17 00:00:00 2001 From: ubansal Date: Wed, 12 Aug 2020 13:36:04 +0530 Subject: [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 --- tests/functional/bvt/test_cvt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/functional/bvt/test_cvt.py') 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", -- cgit