mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-14 03:56:36 +00:00
eth/catalyst: make tests run faster (#25818)
This commit is contained in:
parent
6eb8f3225e
commit
400ab0d94f
1 changed files with 0 additions and 1 deletions
|
|
@ -414,7 +414,6 @@ func startEthService(t *testing.T, genesis *core.Genesis, blocks []*types.Block)
|
||||||
n.Close()
|
n.Close()
|
||||||
t.Fatal("can't import test blocks:", err)
|
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.SetEtherbase(testAddr)
|
||||||
ethservice.SetSynced()
|
ethservice.SetSynced()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue