From 44e04c3819f5349af09fa94b2186ccceb6e78134 Mon Sep 17 00:00:00 2001 From: Mauro Lacy Date: Mon, 6 Jan 2025 07:19:43 +0100 Subject: [PATCH] Fix flaky test: Increase activated height check timeout --- 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 fc142e4..18ee311 100644 --- a/tests/e2e/bcd_consumer_integration_test.go +++ b/tests/e2e/bcd_consumer_integration_test.go @@ -747,7 +747,7 @@ func (s *BCDConsumerIntegrationTestSuite) submitCovenantSigs(consumerFp *bsctype return false } return activatedHeight != nil && activatedHeight.Height > 0 - }, time.Minute, time.Second*5) + }, 90*time.Second, time.Second*5) } // helper function: createBabylonDelegation creates a random BTC delegation restaking to Babylon and consumer finality providers