From 2cff34f12f165ec70e51393c843ccaa383ffae9d Mon Sep 17 00:00:00 2001 From: Alexgao001 Date: Wed, 23 Oct 2024 13:51:15 +0800 Subject: [PATCH] extend timeout to 10 sec --- executor/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executor/const.go b/executor/const.go index 25351fd..f80cc15 100644 --- a/executor/const.go +++ b/executor/const.go @@ -10,7 +10,7 @@ const ( FallBehindThreshold = 5 SleepSecondForUpdateClient = 10 DataSeedDenyServiceThreshold = 60 - RPCTimeout = 3 * time.Second + RPCTimeout = 10 * time.Second RelayerBytesLength = 48 UpdateCachedValidatorsInterval = 1 * time.Minute ClaimRewardInterval = 1 * time.Minute