mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2026-05-05 06:36:11 +02:00
fix(webhook): increase test client timeouts to prevent flaky tests (#6310)
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
This commit is contained in:
parent
2c46340270
commit
aeb22d042b
@ -35,8 +35,8 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
testReadTimeout = 5 * time.Millisecond
|
||||
testWriteTimeout = 10 * time.Millisecond
|
||||
testReadTimeout = 5 * time.Second
|
||||
testWriteTimeout = 5 * time.Second
|
||||
)
|
||||
|
||||
func TestNewWebhookProvider_InvalidURL(t *testing.T) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user