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) {