Skip to content

Commit

Permalink
up test timeout to see if it passes remote CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jwasinger committed Apr 26, 2024
1 parent 77bea8a commit bd39709
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 @@ -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:
Expand Down

0 comments on commit bd39709

Please sign in to comment.