Skip to content

Commit

Permalink
3 seconds is fine for a few but not for many (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacco Hoeve <[email protected]>
  • Loading branch information
jaccoh and Jacco Hoeve authored Nov 30, 2024
1 parent 140b292 commit f60396d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/UponorHTTPClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f60396d

Please sign in to comment.