up test timeout to see if it passes remote CI

This commit is contained in:
Jared Wasinger 2024-04-25 21:07:04 -07:00
parent 77bea8a694
commit bd397091e6

View file

@ -194,7 +194,7 @@ func TestOnDemandSpam(t *testing.T) {
includedTxs := make(map[common.Hash]struct{}) includedTxs := make(map[common.Hash]struct{})
var includedWithdrawals []uint64 var includedWithdrawals []uint64
timer := time.NewTimer(12 * time.Second) timer := time.NewTimer(20 * time.Second)
for { for {
select { select {
case evt := <-chainHeadCh: case evt := <-chainHeadCh: