diff --git a/apps/app/src/test/scala/org/lfdecentralizedtrust/splice/integration/tests/runbook/RunbookSvPreflightIntegrationTestBase.scala b/apps/app/src/test/scala/org/lfdecentralizedtrust/splice/integration/tests/runbook/RunbookSvPreflightIntegrationTestBase.scala index 6949e2f228..d6b5ede380 100644 --- a/apps/app/src/test/scala/org/lfdecentralizedtrust/splice/integration/tests/runbook/RunbookSvPreflightIntegrationTestBase.scala +++ b/apps/app/src/test/scala/org/lfdecentralizedtrust/splice/integration/tests/runbook/RunbookSvPreflightIntegrationTestBase.scala @@ -181,7 +181,7 @@ abstract class RunbookSvPreflightIntegrationTestBase // and let other tests (SvTimeBasedRewardCouponIntegrationTest, WeightDistributionForSvTest, TestSvRewards.daml) // verify that the amounts are correct. clue("Both SV and validator1 have received rewards") { - eventually() { + eventually(3.minutes) { checkPresenceOfEntriesInSvAndValidator() } }