statesync: increase light block timeout

This commit is contained in:
Jasmina Malicevic
2022-07-16 02:14:13 +02:00
parent d979ca279b
commit 0a683bbd6e
+1 -1
View File
@@ -61,7 +61,7 @@ const (
// lightBlockResponseTimeout is how long the dispatcher waits for a peer to
// return a light block
lightBlockResponseTimeout = 20 * time.Second
lightBlockResponseTimeout = 30 * time.Second
// consensusParamsResponseTimeout is the time the p2p state provider waits
// before performing a secondary call