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 19f3b1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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
3 changes: 0 additions & 3 deletions systest/parameters/fastnet/smesher.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,5 @@
"transaction", "activation", "admin", "smesher"
],
"grpc-private-services": []
},
"logging": {
"hare": "debug"
}
}

0 comments on commit 19f3b1b

Please sign in to comment.