Skip to content

Commit beb46af

Browse files
author
Jaap van der Plas
committed
try to fix spec again
1 parent 1850372 commit beb46af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class FastSyncItSpec extends FlatSpecBase with Matchers with BeforeAndAfterAll {
2424
testScheduler.awaitTermination(60.second)
2525
}
2626

27-
"FastSync" should "sync blockchain without state nodes" in customTestCaseResourceM(
27+
it should "sync blockchain without state nodes" in customTestCaseResourceM(
2828
FakePeer.start3FakePeersRes()
2929
) { case (peer1, peer2, peer3) =>
3030
for {
@@ -228,8 +228,8 @@ class FastSyncItSpec extends FlatSpecBase with Matchers with BeforeAndAfterAll {
228228

229229
_ <- peer4.importBlocksUntil(1100)(IdentityUpdate)
230230

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)
233233
_ <- peer2.importBlocksUntil(1200)(IdentityUpdate)
234234
_ <- peer1.waitForFastSyncFinish()
235235
} yield {

0 commit comments

Comments
 (0)