mirror of
https://github.com/prometheus/prometheus
synced 2025-03-11 07:59:57 +00:00
Merge pull request #14661 from prymitive/TestHangingNotifier
tests: increase TestHangingNotifier timeout
This commit is contained in:
commit
481d718539
@ -711,7 +711,7 @@ func TestHangingNotifier(t *testing.T) {
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
sendTimeout = 10 * time.Millisecond
|
sendTimeout = 100 * time.Millisecond
|
||||||
sdUpdatert = sendTimeout / 2
|
sdUpdatert = sendTimeout / 2
|
||||||
|
|
||||||
done = make(chan struct{})
|
done = make(chan struct{})
|
||||||
|
Loading…
Reference in New Issue
Block a user