Skip to content

Commit 3b73512

Browse files
jflomacfarla
authored andcommitted
update to work with the new max retries value (besu-eth#7253)
Signed-off-by: Justin Florentine <justin+github@florentine.us> Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com> Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>
1 parent f62c0cc commit 3b73512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethereum/eth/src/test/java/org/hyperledger/besu/ethereum/eth/sync/fastsync/PivotBlockRetrieverTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ public void shouldRecoverFromUnresponsivePeer(final DataStorageFormat storageFor
288288

289289
final CompletableFuture<FastSyncState> future = pivotBlockRetriever.downloadPivotBlockHeader();
290290
peerA.respond(responder);
291-
peerB.respondTimes(emptyResponder, 2);
291+
peerB.respondTimes(emptyResponder, 3);
292292

293293
// PeerA should have responded, while peerB is being retried, peerC shouldn't have been queried
294294
// yet

0 commit comments

Comments
 (0)