mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
added in 500ms duration to txfetcher_fuzzer
This commit is contained in:
parent
63f79e3559
commit
62d8cc02d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue