diff --git a/common/const.go b/common/const.go index 160b270..e6af0c2 100644 --- a/common/const.go +++ b/common/const.go @@ -19,7 +19,7 @@ const ( OracleChannelId types.ChannelId = 0 SleepTimeAfterSyncLightBlock = 15 * time.Second - ListenerPauseTime = 2 * time.Second + ListenerPauseTime = 3 * time.Second ErrorRetryInterval = 1 * time.Second AssembleInterval = 500 * time.Millisecond