From f60396dbcc033173cdd9dae60ee6f07259aa654b Mon Sep 17 00:00:00 2001 From: jaccoh Date: Sat, 30 Nov 2024 12:12:26 +0100 Subject: [PATCH] 3 seconds is fine for a few but not for many (#13) Co-authored-by: Jacco Hoeve --- lib/UponorHTTPClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/UponorHTTPClient.ts b/lib/UponorHTTPClient.ts index ee6a780..4759433 100644 --- a/lib/UponorHTTPClient.ts +++ b/lib/UponorHTTPClient.ts @@ -81,7 +81,7 @@ export class UponorHTTPClient { method: 'POST', headers: { 'x-jnap-action': 'http://phyn.com/jnap/uponorsky/GetAttributes' }, body: '{}', - timeout: 3000, + timeout: 30000, }) return request.status == 200 } catch (error) {