statesync: increase block response timeout

Testing increased timeout
This commit is contained in:
Jasmina Malicevic
2022-07-15 16:38:44 +02:00
parent d2db54ae9a
commit 73d14ab9fb
+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 = 10 * time.Second
lightBlockResponseTimeout = 25 * time.Second
// consensusParamsResponseTimeout is the time the p2p state provider waits
// before performing a secondary call