diff --git a/metricbeat/tests/system/test_beat.py b/metricbeat/tests/system/test_beat.py index 19e619bc9d2..4ce0087365e 100644 --- a/metricbeat/tests/system/test_beat.py +++ b/metricbeat/tests/system/test_beat.py @@ -31,7 +31,7 @@ def test_xpack(self): # it's cluster UUID in the process. Otherwise, the monitoring Metricbeat instance will # show errors in its log about not being able to determine the Elasticsearch cluster UUID # to be associated with the monitored Metricbeat instance. - self.wait_until(cond=self.mb_connected_to_es, max_timeout=30) + self.wait_until(cond=self.mb_connected_to_es, max_timeout=50) self.render_config_template(modules=[{ "name": "beat",