Update simulated_beacon_test.go

This commit is contained in:
Felix Lange 2024-06-28 14:36:04 +02:00 committed by GitHub
parent a52979dc01
commit d0e9416603
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -195,6 +195,7 @@ func TestOnDemandSpam(t *testing.T) {
var includedWithdrawals []uint64
timer := time.NewTimer(20 * time.Second)
defer timer.Stop()
for {
select {
case evt := <-chainHeadCh: