mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
b12a19181e
* Add a --timeout option to `daml ledger` commands At least in the compatibility tests, we see timeouts fairly regularly in the tests for fetch-dar. If we see those timeouts in the tests, I see no reason why our users should never see that especially on actually distributed ledgers and hardcoded timeouts are a bad idea anyway so now they are configurable. I’ve also changed the timeout for the fetch tests (those are the only once I’ve seen timeout) to 120s. changelog_begin - [DAML Assistant] The `daml ledger` commands now accept a `--timeout` option which can be used to change the timeout for API requests from the default of 30s. changelog_end * Generate parties as uuids to avoid collisions changelog_begin changelog_end * Match on Deadline Exceeded as well changelog_begin changelog_end * Update compatibility/bazel_tools/test_utils/DA/Test/Util.hs Co-authored-by: Gary Verhaegen <gary.verhaegen@digitalasset.com> * Update daml-assistant/daml-helper/src/DA/Daml/Helper/Main.hs Co-authored-by: Gary Verhaegen <gary.verhaegen@digitalasset.com> * Add some docs changelog_begin changelog_end * Better version checks changelog_begin changelog_end * fix imports changelog_begin changelog_end * This is not how you exception changelog_begin changelog_end * Update daml-assistant/daml-helper/src/DA/Daml/Helper/Main.hs Co-authored-by: Gary Verhaegen <gary.verhaegen@digitalasset.com> Co-authored-by: Gary Verhaegen <gary.verhaegen@digitalasset.com> |
||
---|---|---|
.. | ||
DA/Test | ||
BUILD |