Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Commit

Permalink
increased ws connection timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkabuki committed Feb 4, 2021
1 parent 17bc31b commit 29982c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/websockets/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ new Promise((resolve, reject) => {
const id = setTimeout(() => {
// eslint-disable-next-line
reject('timeout')
}, 20000)
}, 35000)
socket.on('unexpected-response', err => {
console.log(err)
})
Expand Down

0 comments on commit 29982c6

Please sign in to comment.