Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoluis-pdm committed Apr 7, 2022
2 parents 79997b8 + 22fe3b4 commit 7123b3a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion bin/environment/wsCreateStuff.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
*
* Example:
* fgt-workspace/bin/environment$ node --unhandled-rejections=strict wsCreateStuff.js
*
* Please add a -sleep=NNNNN (default is 2000 miliseconds = 2 seconds)
* between shipment operations to allow for messages betweem participants to be processed.
* At least 10 seconds seems to be required.
* For BC --istanbul.blockperiod 1 (1 second per new block) this timing needs to
* be 80 seconds (80000 ms) or more.
*/

const http = require('http');
Expand Down Expand Up @@ -806,4 +812,4 @@ process.stdout._handle.setBlocking(true);
await receiptsGet(conf, PHA1, MY_SALES);

await batchesUpdate(conf, MAH_MSD, MY_SALES);
})();
})();

0 comments on commit 7123b3a

Please sign in to comment.