Skip to content

Commit

Permalink
Merge pull request #29 from neuromotion/develop
Browse files Browse the repository at this point in the history
dev
  • Loading branch information
fernandogelin authored Dec 18, 2019
2 parents 1ec5a32 + b0124af commit 7092797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ember-electron/zmq-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async function sendAndReceive(message) {
const error_string = JSON.stringify(error_message)

try {
const res = await race(sock.receive(), 3000, error_string)
const res = await race(sock.receive(), 10000, error_string)
str = res.toString()
return str
} catch (err) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rcps-ember",
"procuctName": "My RC+S",
"description": "App to check status of INS, and turn recording on/off",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"author": {
"name": "Brown CCV",
Expand Down

0 comments on commit 7092797

Please sign in to comment.