Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
gitferry committed Dec 19, 2024
1 parent 28e01df commit 7324134
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/btc_staking_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,9 @@ func (s *BTCStakingTestSuite) Test3CommitPublicRandomnessAndSubmitFinalitySignat
s.T().Logf("the block %d is finalized", activatedHeight)
}, true)

finalityParams := nonValidatorNode.QueryFinalityParams()
nonValidatorNode.WaitForNextBlocks(uint64(finalityParams.FinalitySigTimeout))

// ensure finality provider has received rewards after the block is finalised
fpRewardGauges, err := nonValidatorNode.QueryRewardGauge(fpBabylonAddr)
s.NoError(err)
Expand Down

0 comments on commit 7324134

Please sign in to comment.