mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
up test timeout to see if it passes remote CI
This commit is contained in:
parent
77bea8a694
commit
bd397091e6
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ func TestOnDemandSpam(t *testing.T) {
|
|||
includedTxs := make(map[common.Hash]struct{})
|
||||
var includedWithdrawals []uint64
|
||||
|
||||
timer := time.NewTimer(12 * time.Second)
|
||||
timer := time.NewTimer(20 * time.Second)
|
||||
for {
|
||||
select {
|
||||
case evt := <-chainHeadCh:
|
||||
|
|
|
|||
Loading…
Reference in a new issue