diff --git a/pom.xml b/pom.xml index 8329f9d..460d69b 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 3.13.0 3.3.1 3.4.2 - 2c85fd3b0d + 8ea800591 2.14.1 1.15 1.18.24 @@ -47,7 +47,6 @@ test - com.github.hyperledger.iroha-java admin-client ${iroha-java.version} diff --git a/src/test/resources/iroha2_config/genesis.json b/src/test/resources/iroha2_config/genesis.json index 9ab30ca..2ca09bd 100644 --- a/src/test/resources/iroha2_config/genesis.json +++ b/src/test/resources/iroha2_config/genesis.json @@ -4,17 +4,17 @@ "parameters": [ { "Sumeragi": { - "BlockTimeMs": 500 + "BlockTimeMs": 100 } }, { "Sumeragi": { - "CommitTimeMs": 1000 + "CommitTimeMs": 150 } }, { "Block": { - "MaxTransactions": 600 + "MaxTransactions": 80 } }, {