Merge pull request #14661 from prymitive/TestHangingNotifier

tests: increase TestHangingNotifier timeout
This commit is contained in:
Julien 2024-08-20 14:37:16 +02:00 committed by GitHub
commit 481d718539
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -711,7 +711,7 @@ func TestHangingNotifier(t *testing.T) {
)
var (
sendTimeout = 10 * time.Millisecond
sendTimeout = 100 * time.Millisecond
sdUpdatert = sendTimeout / 2
done = make(chan struct{})