diff --git a/provider/webhook/webhook_test.go b/provider/webhook/webhook_test.go index 9ee2e36ff..546de9b8b 100644 --- a/provider/webhook/webhook_test.go +++ b/provider/webhook/webhook_test.go @@ -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) {