Skip to content

Commit

Permalink
added in 500ms duration to txfetcher_fuzzer
Browse files Browse the repository at this point in the history
  • Loading branch information
thogard785 committed May 1, 2023
1 parent 63f79e3 commit 62d8cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fuzzers/txfetcher/txfetcher_fuzzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func Fuzz(input []byte) int {
return make([]error, len(txs))
},
func(string, []common.Hash) error { return nil },
clock, rand,
clock, rand, 500*time.Millisecond,
)
f.Start()
defer f.Stop()
Expand Down

0 comments on commit 62d8cc0

Please sign in to comment.