Skip to content

Commit

Permalink
[1760]: Bump the blocksPerVotingPeriod to 8 (from 6) in the sanction …
Browse files Browse the repository at this point in the history
…cli tests because they're commonly failing because a vote is being cast just after the voting period has ended.
  • Loading branch information
SpicyLemon committed May 15, 2024
1 parent 5c11015 commit 8b267f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/sanction/client/testutil/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
client "github.com/provenance-io/provenance/x/sanction/client/cli"
)

const blocksPerVotingPeriod = 6
const blocksPerVotingPeriod = 8

func TestIntegrationTestSuite(t *testing.T) {
pioconfig.SetProvenanceConfig(sdk.DefaultBondDenom, 0)
Expand Down

0 comments on commit 8b267f7

Please sign in to comment.