diff --git a/internal/statesync/reactor.go b/internal/statesync/reactor.go index c75cbe854..97d97b95d 100644 --- a/internal/statesync/reactor.go +++ b/internal/statesync/reactor.go @@ -95,7 +95,7 @@ const ( // lightBlockResponseTimeout is how long the dispatcher waits for a peer to // return a light block - lightBlockResponseTimeout = 10 * time.Second + lightBlockResponseTimeout = 30 * time.Second // maxLightBlockRequestRetries is the amount of retries acceptable before // the backfill process aborts