Skip to content

Commit

Permalink
limit iterations in test
Browse files Browse the repository at this point in the history
  • Loading branch information
dshulyak committed Aug 5, 2023
1 parent 8ebdd81 commit 1fd9531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/presets/fastnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ func fastnet() config.Config {
conf.HARE3.Leaders = 10
conf.HARE3.PreroundDelay = 3 * time.Second
conf.HARE3.RoundDuration = 1 * time.Second
conf.HARE3.IterationsLimit = 3

conf.P2P.MinPeers = 10

Expand Down

0 comments on commit 1fd9531

Please sign in to comment.