Fix LargeTransactionTest (#2265)

This commit is contained in:
Katarzyna Streich
2017-12-15 16:53:57 +00:00
committed by GitHub
parent 479a656484
commit 02ad2b8b60
5 changed files with 5 additions and 5 deletions

View File

@ -41,7 +41,7 @@ class NetworkParametersGenerator {
minimumPlatformVersion = 1,
notaries = notaryInfos,
modifiedTime = Instant.now(),
maxMessageSize = 40000,
maxMessageSize = 10485760,
maxTransactionSize = 40000,
epoch = 1
))