Skip to content

Commit bb81cad

Browse files
authored
[ci] wait longer for SV rewards in preflight (#3675)
Signed-off-by: Itai Segall <itai.segall@digitalasset.com>
1 parent bb9e8d5 commit bb81cad

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)