From 2b03bf8e7533625d478d72ca6e4010f1953eac91 Mon Sep 17 00:00:00 2001 From: puneetmahajan Date: Thu, 30 May 2024 15:18:25 +0400 Subject: [PATCH] update tests, by reducing rebalancing epoch --- interchaintest/liquidstake_stkxprt_globalcap_test.go | 3 +++ interchaintest/liquidstake_stkxprt_test.go | 3 +++ 2 files changed, 6 insertions(+) diff --git a/interchaintest/liquidstake_stkxprt_globalcap_test.go b/interchaintest/liquidstake_stkxprt_globalcap_test.go index 5c4adead..a38d3bc3 100644 --- a/interchaintest/liquidstake_stkxprt_globalcap_test.go +++ b/interchaintest/liquidstake_stkxprt_globalcap_test.go @@ -46,6 +46,9 @@ func TestLiquidStakeGlobalCapStkXPRT(t *testing.T) { }, cosmos.GenesisKV{ Key: "app_state.liquidstake.params.module_paused", Value: false, + }, cosmos.GenesisKV{ + Key: "app_state.epochs.epochs.0.duration", + Value: "5s", }) ic, chain := CreateChain(t, ctx, validatorsCount, 0, overridesKV...) diff --git a/interchaintest/liquidstake_stkxprt_test.go b/interchaintest/liquidstake_stkxprt_test.go index 58e0c4d1..adbc8561 100644 --- a/interchaintest/liquidstake_stkxprt_test.go +++ b/interchaintest/liquidstake_stkxprt_test.go @@ -46,6 +46,9 @@ func TestLiquidStakeStkXPRT(t *testing.T) { overridesKV = append(overridesKV, cosmos.GenesisKV{ Key: "app_state.liquidstake.params.module_paused", Value: false, + }, cosmos.GenesisKV{ + Key: "app_state.epochs.epochs.0.duration", + Value: "5s", }) // important overrides: fast voting for quick proposal passing