Skip to content

Commit

Permalink
Update lib/http.js
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen McLaughlin <[email protected]>
  • Loading branch information
hardillb and Steve-Mcl authored Aug 25, 2023
1 parent b6922b2 commit 2e3e70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class HTTPClient {

async getSnapshot () {
try {
return await this.client.get('live/snapshot', { timeout: { request: 20000 } }).json()
return await this.client.get('live/snapshot', { timeout: { request: 30000 } }).json()
} catch (err) {
warn(`Problem getting snapshot: ${err.toString()}`)
debug(err)
Expand Down

0 comments on commit 2e3e70c

Please sign in to comment.