Skip to content

Commit

Permalink
Fix flaky test: Increase activated height check timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed Jan 6, 2025
1 parent 886c061 commit 44e04c3
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 @@ -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
Expand Down

0 comments on commit 44e04c3

Please sign in to comment.