Skip to content

Commit

Permalink
RX5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-headspace committed Nov 22, 2017
1 parent e945e6b commit 3f34c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Uber-Lyra/app/invoke-transaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ var invokeChaincode = function(peerNames, channelName, chaincodeName, fcn, args,
let handle = setTimeout(() => {
eh.disconnect();
reject();
}, 30000);
}, 120000);

eh.registerTxEvent(transactionID, (tx, code) => {
clearTimeout(handle);
Expand Down

0 comments on commit 3f34c8d

Please sign in to comment.