Skip to content

Commit

Permalink
eth/catalyst: make tests run faster (ethereum#25818)
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman authored and MoonShiesty committed Aug 30, 2023
1 parent bc73725 commit 04bad91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eth/catalyst/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 04bad91

Please sign in to comment.