chore: increase `TestMonitor_Reporter` timeout timer (#22662)

pull/22690/head
Dane Strandboge 2021-10-13 14:02:12 -05:00 committed by GitHub
parent 59fe8e515e
commit e6c3d18942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ func TestMonitor_Reporter(t *testing.T) {
defer s.Close()
defer cancel()
timer := time.NewTimer(100 * time.Millisecond)
timer := time.NewTimer(5 * time.Second)
select {
case points := <-ch:
timer.Stop()