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 bb28ac4 commit 9f1e8ffCopy full SHA for 9f1e8ff
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(1800)(IdentityUpdate)
+ _ <- peer2.importBlocksUntil(1200)(IdentityUpdate).startAndForget
234
_ <- peer1.waitForFastSyncFinish()
235
} yield {
236
// Peer3 is blacklisted
0 commit comments