mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
Update simulated_beacon_test.go
This commit is contained in:
parent
a52979dc01
commit
d0e9416603
1 changed files with 1 additions and 0 deletions
|
|
@ -195,6 +195,7 @@ func TestOnDemandSpam(t *testing.T) {
|
||||||
var includedWithdrawals []uint64
|
var includedWithdrawals []uint64
|
||||||
|
|
||||||
timer := time.NewTimer(20 * time.Second)
|
timer := time.NewTimer(20 * time.Second)
|
||||||
|
defer timer.Stop()
|
||||||
for {
|
for {
|
||||||
select {
|
select {
|
||||||
case evt := <-chainHeadCh:
|
case evt := <-chainHeadCh:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue