From bf6be442fa2d8545bd981999f2a6239fc8254b00 Mon Sep 17 00:00:00 2001 From: Mauro Lacy Date: Sun, 5 Jan 2025 12:00:42 +0100 Subject: [PATCH] Improve flaky delegations check --- tests/e2e/bcd_consumer_integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/bcd_consumer_integration_test.go b/tests/e2e/bcd_consumer_integration_test.go index dfdb635..c6c6551 100644 --- a/tests/e2e/bcd_consumer_integration_test.go +++ b/tests/e2e/bcd_consumer_integration_test.go @@ -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 {