Skip to content

Commit

Permalink
add RPC_STUCK_THRESHOLD to test
Browse files Browse the repository at this point in the history
  • Loading branch information
ngmachado committed Dec 20, 2023
1 parent 72c5ce2 commit cfc3405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/node.integration.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ describe("Agent configurations tests", () => {
try {
await helper.operations.createStream(helper.sf.superToken.options.address, accounts[0], accounts[2], "100000000000");
await ganache.helper.timeTravelOnce(provider, web3, 1);
await bootNode({resolver: helper.sf.resolver.options.address});
await bootNode({resolver: helper.sf.resolver.options.address, rpc_stuck_threshold: 10});
let healthy;
while (true) {
await protocolHelper.timeout(9000);
Expand Down

0 comments on commit cfc3405

Please sign in to comment.