Skip to content

Commit

Permalink
update tests, by reducing rebalancing epoch
Browse files Browse the repository at this point in the history
  • Loading branch information
puneet2019 committed May 30, 2024
1 parent 3a2f9ad commit 2b03bf8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions interchaintest/liquidstake_stkxprt_globalcap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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...)
Expand Down
3 changes: 3 additions & 0 deletions interchaintest/liquidstake_stkxprt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b03bf8

Please sign in to comment.