diff --git a/lib/send_webhook_request.rb b/lib/send_webhook_request.rb index e6106756..a3474eaf 100644 --- a/lib/send_webhook_request.rb +++ b/lib/send_webhook_request.rb @@ -43,7 +43,7 @@ module SendWebhookRequest data: data }.to_json - req.options.read_timeout = 8 + req.options.read_timeout = 15 req.options.open_timeout = 8 end