Skip to content

Commit

Permalink
Improve flaky delegations check
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed Jan 5, 2025
1 parent 62c1372 commit bf6be44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/bcd_consumer_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ func (s *BCDConsumerIntegrationTestSuite) Test8ConsumerFPCascadedSlashing() {
s.Eventually(func() bool {
dataFromContract, err = s.cosmwasmController.QueryDelegations()
return err == nil && dataFromContract != nil && len(dataFromContract.Delegations) == 2
}, time.Second*20, time.Second)
}, time.Second*30, time.Second)

// query and assert consumer finality provider's voting power is equal to the total stake
s.Eventually(func() bool {
Expand Down

0 comments on commit bf6be44

Please sign in to comment.