Skip to content

Commit 3f188fd

Browse files
committed
[ETCM-631] Try to fix flaky it test
1 parent 6692541 commit 3f188fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/it/scala/io/iohk/ethereum/sync/FastSyncItSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ class FastSyncItSpec extends FlatSpecBase with Matchers with BeforeAndAfterAll {
230230

231231
_ <- peer1.connectToPeers(Set(peer2.node, peer3.node, peer4.node))
232232
_ <- peer1.startFastSync().delayExecution(50.milliseconds)
233-
_ <- peer2.importBlocksUntil(1200)(IdentityUpdate).startAndForget
233+
_ <- peer2.importBlocksUntil(1200)(IdentityUpdate)
234234
_ <- peer1.waitForFastSyncFinish()
235235
} yield {
236236
// Peer3 is blacklisted

0 commit comments

Comments
 (0)