diff --git a/internal/statesync/reactor.go b/internal/statesync/reactor.go index deed8d0d3..e20fa0cb1 100644 --- a/internal/statesync/reactor.go +++ b/internal/statesync/reactor.go @@ -61,7 +61,7 @@ const ( // lightBlockResponseTimeout is how long the dispatcher waits for a peer to // return a light block - lightBlockResponseTimeout = 10 * time.Second + lightBlockResponseTimeout = 25 * time.Second // consensusParamsResponseTimeout is the time the p2p state provider waits // before performing a secondary call