mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
eth/catalyst: test timeout bump
This commit is contained in:
parent
4e0edac2ef
commit
14fd80ef39
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ func TestOnDemandSpam(t *testing.T) {
|
||||||
if includedTxs == txCount && includedWxs == wxCount {
|
if includedTxs == txCount && includedWxs == wxCount {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
abort.Reset(5 * time.Second)
|
abort.Reset(10 * time.Second)
|
||||||
case <-abort.C:
|
case <-abort.C:
|
||||||
t.Fatalf("timed out without including all withdrawals/txs: have txs %d, want %d, have wxs %d, want %d",
|
t.Fatalf("timed out without including all withdrawals/txs: have txs %d, want %d, have wxs %d, want %d",
|
||||||
includedTxs, txCount, includedWxs, wxCount)
|
includedTxs, txCount, includedWxs, wxCount)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue