From 8d2fb2c417a439db7100cb882be1c5bb6ba586d8 Mon Sep 17 00:00:00 2001 From: Axe Date: Wed, 20 Dec 2023 13:29:29 +0000 Subject: [PATCH] add default value --- test/utils/protocolHelper.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/utils/protocolHelper.js b/test/utils/protocolHelper.js index 700f113a..b183d053 100644 --- a/test/utils/protocolHelper.js +++ b/test/utils/protocolHelper.js @@ -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 };