Skip to content

Commit 6b65a05

Browse files
author
Andrea Spacca
committed
Increase timeout to 30secs
1 parent 7be6e5e commit 6b65a05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/metricbeat/module/airflow/statsd/data_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func TestData(t *testing.T) {
5959
var events []mb.Event
6060
done := make(chan interface{})
6161
go func() {
62-
events = mbtest.RunPushMetricSetV2(5*time.Second, 1, ms)
62+
events = mbtest.RunPushMetricSetV2(30*time.Second, 1, ms)
6363
close(done)
6464
}()
6565

0 commit comments

Comments
 (0)