Skip to content

Commit f99c67f

Browse files
[ci] Retry dump participant identities.
Signed-off-by: Raymond Roestenburg <raymond.roestenburg@digitalasset.com>
1 parent 44b8dcc commit f99c67f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,9 @@ abstract class ValidatorPreflightIntegrationTestBase
399399
}
400400

401401
"can dump participant identities of validator" in { _ =>
402-
validatorClient().dumpParticipantIdentities()
402+
eventuallySucceeds() {
403+
validatorClient().dumpParticipantIdentities()
404+
}
403405
}
404406

405407
"connect to all sequencers stated in latest DsoRules contract" in { implicit env =>

0 commit comments

Comments
 (0)