Skip to content

Commit

Permalink
reduce waiting time
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal-kanna committed Oct 15, 2024
1 parent 04a2d1f commit f31457b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/upgrade/integration/v3/pre_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ var _ = Describe("Upgrade - Pre", func() {
Expect(err).To(BeNil())

By("waiting for 10 blocks to be produced on top, after the upgrade")
err = cli.WaitForChainHeight(cli.Validator0, cli.CliBinaryName, currentHeight+3, cli.VotingPeriod*6)
err = cli.WaitForChainHeight(cli.Validator0, cli.CliBinaryName, currentHeight+3, cli.VotingPeriod*3)
Expect(err).To(BeNil())
})

Expand Down

0 comments on commit f31457b

Please sign in to comment.