Skip to content

Commit b08de2e

Browse files
committed
[ci] wait longer for SV rewards in preflight
Signed-off-by: Itai Segall <itai.segall@digitalasset.com>
1 parent 4cde5b4 commit b08de2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/app/src/test/scala/org/lfdecentralizedtrust/splice/integration/tests/runbook/RunbookSvPreflightIntegrationTestBase.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ abstract class RunbookSvPreflightIntegrationTestBase
181181
// and let other tests (SvTimeBasedRewardCouponIntegrationTest, WeightDistributionForSvTest, TestSvRewards.daml)
182182
// verify that the amounts are correct.
183183
clue("Both SV and validator1 have received rewards") {
184-
eventually() {
184+
eventually(3.minutes) {
185185
checkPresenceOfEntriesInSvAndValidator()
186186
}
187187
}

0 commit comments

Comments
 (0)