From a156d5f6cc172ec5c72f5edc612d0c887a603228 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Thu, 5 Feb 2026 08:42:53 +0200 Subject: [PATCH] increase webhook timeout --- lib/send_webhook_request.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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