Skip to content

Commit

Permalink
Increase Twin subscription timeout value to 2 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Cauchois committed Apr 17, 2017
1 parent 2068113 commit 2e8a12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device/core/lib/twin.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var Twin = function(client) {

util.inherits(Twin, EventEmitter);

Twin.timeout = 1000;
Twin.timeout = 120000;

Twin.errorEvent = 'error';
Twin.subscribedEvent = 'subscribed';
Expand Down

0 comments on commit 2e8a12a

Please sign in to comment.