Fixes: https://tracker.ceph.com/issues/46601
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
(cherry picked from commit
cd9f680b1121d0a8cb14f260a21b0cab4dbeee0a)
Conflicts:
qa/tasks/mgr/dashboard/helper.py
A variable 'maxDiff' has been introduced in master and not been
backported: https://github.com/ceph/ceph/pull/35768
class DashboardTestCase(MgrTestCase):
+ # Increased x3 (20 -> 60)
+ TIMEOUT_HEALTH_CLEAR = 60
+
MGRS_REQUIRED = 2
MDSS_REQUIRED = 1
REQUIRE_FILESYSTEM = True
super(DashboardTestCase, self).setUp()
if not self._loggedin and self.AUTO_AUTHENTICATE:
self.login('admin', 'admin')
- self.wait_for_health_clear(20)
+ self.wait_for_health_clear(self.TIMEOUT_HEALTH_CLEAR)
@classmethod
def tearDownClass(cls):