You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[8.18](backport #46414) [Flaky test] metricbeat modules: increase integration test timeout to 2h (#46419)
* devtools: add GoTestArgs.Timeout and set module timeout to 2h (#46414)
The metricbeat module timeout build the docker image during the tests. For the kafka module, we use `docker.elastic.co/integrations-ci/beats-kafka` which downloads kafka during the image build process. It might take some time, much more than the default 10 min test timeout.
This change introduces a test timeout property to `GoTestArgs` and set it to 2h for the metricbeat module tests.
(cherry picked from commit c7a84ee)
# Conflicts:
# dev-tools/mage/gotest.go
---------
Co-authored-by: Anderson Queiroz <[email protected]>
0 commit comments