Skip to content

Commit c6c84bd

Browse files
author
Jaap van der Plas
committed
fix spec
1 parent 25d1693 commit c6c84bd

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
@@ -229,7 +229,7 @@ class FastSyncItSpec extends FlatSpecBase with Matchers with BeforeAndAfterAll {
229229
_ <- peer4.importBlocksUntil(1100)(IdentityUpdate)
230230

231231
_ <- peer1.connectToPeers(Set(peer2.node, peer3.node, peer4.node))
232-
_ <- peer1.startFastSync().delayExecution(50.milliseconds)
232+
_ <- peer1.startFastSync().delayExecution(500.milliseconds)
233233
_ <- peer2.importBlocksUntil(1200)(IdentityUpdate)
234234
_ <- peer1.waitForFastSyncFinish()
235235
} yield {

0 commit comments

Comments
 (0)