From 7ce2ee66548d3567a2c5e43078d307b55c84be04 Mon Sep 17 00:00:00 2001 From: Wojtek Date: Mon, 18 Sep 2023 12:26:05 +0200 Subject: [PATCH] fix --- integration-tests/modules/bank_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/modules/bank_test.go b/integration-tests/modules/bank_test.go index 45d03d04c..67c3bb1ef 100644 --- a/integration-tests/modules/bank_test.go +++ b/integration-tests/modules/bank_test.go @@ -830,8 +830,8 @@ func TestBankCoreSend(t *testing.T) { // Keep in mind that to estimate the gas you need to move bank send message to nondeterministic section inside deterministic gas config. func TestBankSendEstimation(t *testing.T) { const ( - nTokens = 201 - step = 10 + nTokens = 101 + step = 20 ) requireT := require.New(t)