Unverified Commit 400ab0d9 authored by Martin Holst Swende's avatar Martin Holst Swende Committed by GitHub

eth/catalyst: make tests run faster (#25818)

parent 6eb8f322
......@@ -414,7 +414,6 @@ func startEthService(t *testing.T, genesis *core.Genesis, blocks []*types.Block)
n.Close()
t.Fatal("can't import test blocks:", err)
}
time.Sleep(500 * time.Millisecond) // give txpool enough time to consume head event
ethservice.SetEtherbase(testAddr)
ethservice.SetSynced()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment