From 9c7c0a577eb6b84755450290a331d2ae45d4467c Mon Sep 17 00:00:00 2001 From: gfanton <8671905+gfanton@users.noreply.github.com> Date: Mon, 25 Sep 2023 21:47:19 +0200 Subject: [PATCH] fix: integration Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com> --- gno.land/pkg/integration/testing_integration.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gno.land/pkg/integration/testing_integration.go b/gno.land/pkg/integration/testing_integration.go index d5fd4ae0853..52a114601a1 100644 --- a/gno.land/pkg/integration/testing_integration.go +++ b/gno.land/pkg/integration/testing_integration.go @@ -3,7 +3,7 @@ // // This file is a rapid prototype to meet immediate project needs and is not intended for long-term // use in its current form. It requires review, possible refactoring, and thorough testing. -// Use at your own risk. The author(s) accept no liability for any issues arising from its use. +// Use at your own risk. // ------------------------------------------------------------------------------------------------ package integration @@ -342,10 +342,10 @@ func setupTestingGenesis(gnoDataDir string, cfg *config.Config, icfg *Integratio ConsensusParams: abci.ConsensusParams{ Block: &abci.BlockParams{ // TODO: update limits. - MaxTxBytes: 1000000, // 1MB, - MaxDataBytes: 2000000, // 2MB, - MaxGas: 10000000, // 10M gas - TimeIotaMS: 100, // 100ms + MaxTxBytes: 10_000_000, // 10MB, + MaxDataBytes: 20_000_000, // 20MB, + MaxGas: 100_000_000, // 100M gas + TimeIotaMS: 100, // 100ms }, }, Validators: []bft.GenesisValidator{