daml/ledger/ledger-api-test-tool-on-canton/bootstrap.canton
Moritz Kiefer 8b8ee4c9e5
Bump Canton and reenable tests (#12852)
* Bump Canton and reenable tests

fixes #12808

changelog_begin
changelog_end

* display names are no longer defaulted

changelog_begin
changelog_end

* topology-change-delay is redundant

changelog_begin
changelog_end

* Switch away from grpcurl

changelog_begin
changelog_end

* try to fix canton conformance tests

changelog_begin
changelog_end

* that’s not how you scala

changelog_begin
changelog_end
2022-02-10 08:13:44 +01:00

16 lines
512 B
Plaintext

import com.digitalasset.canton.time.NonNegativeFiniteDuration
nodes.local start
test_domain.service.update_dynamic_parameters(_.copy(
ledgerTimeRecordTimeTolerance = NonNegativeFiniteDuration.ofMinutes(3),
mediatorReactionTimeout = NonNegativeFiniteDuration.ofMinutes(1),
participantResponseTimeout = NonNegativeFiniteDuration.ofMinutes(1),
))
participants.local foreach (_.domains.connect_local(test_domain))
utils.retry_until_true {
participants.local forall (_.domains.active(test_domain.name))
}