chore: increase `TestMonitor_Reporter` timeout timer (#22662)
parent
59fe8e515e
commit
e6c3d18942
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue