From 689b3e466b1100684bc7b2d5824c092ab1997a0b Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 24 Oct 2025 16:18:01 +0200 Subject: [PATCH] feat: increase connection timeout to 60 seconds --- tasks/pulse.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/pulse.yaml b/tasks/pulse.yaml index 4f9e349..b4489d5 100644 --- a/tasks/pulse.yaml +++ b/tasks/pulse.yaml @@ -45,7 +45,7 @@ env: # pulse - CONNECTION_TIMEOUT: "30" + CONNECTION_TIMEOUT: "60" # global TZ: "{{ timezone }}"