Skip to content

Commit

Permalink
[ETCM-631] Try to fix flaky it test
Browse files Browse the repository at this point in the history
  • Loading branch information
robinraju authored and dzajkowski committed Apr 8, 2021
1 parent cd9e26f commit 19eac46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/it/scala/io/iohk/ethereum/sync/FastSyncItSpec.scala
Expand Up @@ -230,7 +230,7 @@ class FastSyncItSpec extends FlatSpecBase with Matchers with BeforeAndAfterAll {

_ <- peer1.connectToPeers(Set(peer2.node, peer3.node, peer4.node))
_ <- peer1.startFastSync().delayExecution(50.milliseconds)
_ <- peer2.importBlocksUntil(1200)(IdentityUpdate).startAndForget
_ <- peer2.importBlocksUntil(1200)(IdentityUpdate)
_ <- peer1.waitForFastSyncFinish()
} yield {
// Peer3 is blacklisted
Expand Down

0 comments on commit 19eac46

Please sign in to comment.