Skip to content

Commit

Permalink
Number of transaction decreased to 6k in WideStateGenerationTest
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykiselev committed Jan 25, 2018
1 parent 0557797 commit f988aae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class WideStateGenerationSuite extends FreeSpec with WaitForHeight2
.buildNonConflicting()

private val nodeAddresses = nodeConfigs.map(_.getString("address")).toSet
private val requestsCount = 10000
private val requestsCount = 6000

"Generate a lot of transactions and synchronise" in {
val test = for {
Expand Down

0 comments on commit f988aae

Please sign in to comment.