Skip to content

Commit

Permalink
Flaky test test_beat.test_xpack: try increasing timeout (elastic#14250
Browse files Browse the repository at this point in the history
)

* Try increasing timeout

* Upping timeout to 50s
  • Loading branch information
ycombinator authored Oct 30, 2019
1 parent e1836a0 commit 8c6a573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metricbeat/tests/system/test_beat.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8c6a573

Please sign in to comment.