Skip to content

Commit

Permalink
add default value
Browse files Browse the repository at this point in the history
  • Loading branch information
ngmachado committed Dec 20, 2023
1 parent cfc3405 commit 8d2fb2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/utils/protocolHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ function getSentinelConfig(config) {
additional_liquidation_delay: 0,
block_offset: 1,
liquidation_job_awaits: 5000,
fastsync: "false"
fastsync: "false",
rpc_stuck_threshold: 100,
};

return { ...myBaseConfig, ...config };
Expand Down

0 comments on commit 8d2fb2c

Please sign in to comment.