diff --git a/cmd/execution_builder.go b/cmd/execution_builder.go index 86b74a8be6f..3e12a84ffdd 100644 --- a/cmd/execution_builder.go +++ b/cmd/execution_builder.go @@ -1048,6 +1048,7 @@ func (exeNode *ExecutionNode) LoadIngestionEngine( // consistency of collection can be checked by checking hash, and hash comes from trusted source (blocks from consensus follower) // hence we not need to check origin requester.WithValidateStaking(false), + requester.WithRetryMaximum(10*time.Second), ) if err != nil {