summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorubansal <ubansal@redhat.com>2020-06-25 16:02:09 +0530
committerArthy Loganathan <aloganat@redhat.com>2020-06-26 08:39:08 +0000
commitdaac619586ace4e7d76204388aa8af35c7ddf365 (patch)
treebde2dcc5fb01e10f2161d2d49224a68d30a5458f /tests
parentc5616cd0249993813440e1a51132755c6ef7f9bf (diff)
[TestFix] Increasing timeout for heal
As heal completion is failing intermitently for disperse volume, increased timeout for heal Change-Id: I5e7b7c8eb332ada1abc72389fc8ce883e269d226 Signed-off-by: ubansal <ubansal@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/bvt/test_cvt.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/bvt/test_cvt.py b/tests/functional/bvt/test_cvt.py
index e7924ccd2..c8ffce901 100644
--- a/tests/functional/bvt/test_cvt.py
+++ b/tests/functional/bvt/test_cvt.py
@@ -778,9 +778,9 @@ class TestGlusterHealSanity(GlusterBasicFeaturesSanityBaseClass):
# Wait for self-heal to complete
g.log.info("Wait for self-heal to complete")
ret = monitor_heal_completion(self.mnode, self.volname,
- timeout_period=1500)
+ timeout_period=1800)
self.assertTrue(ret, "Self heal didn't complete even after waiting "
- "for 25 minutes. 25 minutes is too much a time for "
+ "for 30 minutes. 30 minutes is too much a time for "
"current test workload")
g.log.info("self-heal is successful after replace-brick operation")