File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/it/scala/io/iohk/ethereum/sync Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class FastSyncItSpec extends FlatSpecBase with Matchers with BeforeAndAfterAll {
24
24
testScheduler.awaitTermination(60 .second)
25
25
}
26
26
27
- " FastSync " should " sync blockchain without state nodes" in customTestCaseResourceM(
27
+ it should " sync blockchain without state nodes" in customTestCaseResourceM(
28
28
FakePeer .start3FakePeersRes()
29
29
) { case (peer1, peer2, peer3) =>
30
30
for {
@@ -228,8 +228,8 @@ class FastSyncItSpec extends FlatSpecBase with Matchers with BeforeAndAfterAll {
228
228
229
229
_ <- peer4.importBlocksUntil(1100 )(IdentityUpdate )
230
230
231
- _ <- peer1.connectToPeers(Set (peer2.node, peer3.node, peer4.node))
232
- _ <- peer1.startFastSync().delayExecution(1 .second )
231
+ _ <- peer1.connectToPeers(Set (peer2.node, peer3.node, peer4.node)).delayExecution( 5 .seconds)
232
+ _ <- peer1.startFastSync().delayExecution(50 .millis )
233
233
_ <- peer2.importBlocksUntil(1200 )(IdentityUpdate )
234
234
_ <- peer1.waitForFastSyncFinish()
235
235
} yield {
You can’t perform that action at this time.
0 commit comments