From 70a53924e3ab1d34b2767e306503c224502e69c0 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Wed, 17 Jan 2024 15:36:56 -0500 Subject: [PATCH] increase timeout --- src/dlhdhr/dlhd/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dlhdhr/dlhd/__init__.py b/src/dlhdhr/dlhd/__init__.py index d554696..3229cee 100644 --- a/src/dlhdhr/dlhd/__init__.py +++ b/src/dlhdhr/dlhd/__init__.py @@ -32,7 +32,7 @@ class DLHDClient: headers=headers, max_redirects=2, verify=True, - timeout=3.0, + timeout=8.0, ) def get_channels(self) -> Iterator[DLHDChannel]: