Skip to content

Commit

Permalink
Bump timeout on oneMsg to 10 secs to avoid recipe failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuck LeDuc Díaz committed Apr 28, 2020
1 parent 064c160 commit d72f139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@lorena-ssi/lorena-sdk",
"version": "1.1.9",
"version": "1.1.10",
"description": "Lorena SDK",
"author": "Alex Puig <alex@caelumlabs.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -267,7 +267,7 @@ export default class Lorena extends EventEmitter {
* @param {number} timeout for the call
* @returns {Promise} Promise with the result
*/
oneMsg (msg, timeout = 5000) {
oneMsg (msg, timeout = 10000) {
return Promise.race(
[
new Promise((resolve) => {
Expand Down

0 comments on commit d72f139

Please sign in to comment.