Skip to content

Commit

Permalink
Increase timeout to 30secs (#26841)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Spacca authored Jul 19, 2021
1 parent 25f4091 commit 560aa60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/metricbeat/module/airflow/statsd/data_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func TestData(t *testing.T) {
var events []mb.Event
done := make(chan interface{})
go func() {
events = mbtest.RunPushMetricSetV2(5*time.Second, 1, ms)
events = mbtest.RunPushMetricSetV2(30*time.Second, 1, ms)
close(done)
}()

Expand Down

0 comments on commit 560aa60

Please sign in to comment.