We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6692541 commit 3f188fdCopy full SHA for 3f188fd
src/it/scala/io/iohk/ethereum/sync/FastSyncItSpec.scala
@@ -230,7 +230,7 @@ class FastSyncItSpec extends FlatSpecBase with Matchers with BeforeAndAfterAll {
230
231
_ <- peer1.connectToPeers(Set(peer2.node, peer3.node, peer4.node))
232
_ <- peer1.startFastSync().delayExecution(50.milliseconds)
233
- _ <- peer2.importBlocksUntil(1200)(IdentityUpdate).startAndForget
+ _ <- peer2.importBlocksUntil(1200)(IdentityUpdate)
234
_ <- peer1.waitForFastSyncFinish()
235
} yield {
236
// Peer3 is blacklisted
0 commit comments