From 060979e739ca18447fd8b22d293bd730c92c87a0 Mon Sep 17 00:00:00 2001 From: Mauro Lacy Date: Sun, 15 Dec 2024 14:15:00 +0100 Subject: [PATCH] Reduce rewards generation timeout a bit --- tests/e2e/bcd_consumer_integration_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/e2e/bcd_consumer_integration_test.go b/tests/e2e/bcd_consumer_integration_test.go index 82467d3..727153d 100644 --- a/tests/e2e/bcd_consumer_integration_test.go +++ b/tests/e2e/bcd_consumer_integration_test.go @@ -333,7 +333,7 @@ func (s *BCDConsumerIntegrationTestSuite) Test6ConsumerFPRewardsGeneration() { return false } return true - }, time.Minute, time.Second*5) + }, 30*time.Second, time.Second*5) // Once the vote is cast, ensure the block is finalised finalizedBlock, err := s.cosmwasmController.QueryIndexedBlock(uint64(czActivatedHeight)) @@ -354,7 +354,7 @@ func (s *BCDConsumerIntegrationTestSuite) Test6ConsumerFPRewardsGeneration() { } fmt.Println("Consumer rewards: ", rewards) return true - }, time.Minute, time.Second*5) + }, 30*time.Second, time.Second*5) } // Test7BabylonFPCascadedSlashing