Skip to content

Commit

Permalink
eth/catalyst: test timeout bump
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman committed Dec 12, 2024
1 parent 118f95c commit c1ace4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/catalyst/simulated_beacon_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func TestOnDemandSpam(t *testing.T) {
if includedTxs == txCount && includedWxs == wxCount {
return
}
abort.Reset(5 * time.Second)
abort.Reset(10 * time.Second)
case <-abort.C:
t.Fatalf("timed out without including all withdrawals/txs: have txs %d, want %d, have wxs %d, want %d",
includedTxs, txCount, includedWxs, wxCount)
Expand Down

0 comments on commit c1ace4d

Please sign in to comment.