daml/ledger/ledger-api-client
Moritz Kiefer 4ad3a22c90
Bump timeout in CommandClientIT (#3879)
This test suite was introduced in #3870 and seems to be extremely
flaky both locally (I get about 16/20 failures) and on CI.

The error is

  - should return completions of commands that are submitted after subscription *** FAILED *** (4 seconds, 945 milliseconds)
    Set() did not contain all elements of List("5104", "5100", "5105", "5109", "5103", "5106", "5107", "5102", "5108", "5101") (CommandClientIT.scala:330)

After bumping the timeout, I don’t get any failures locally.

Happy to choose another timeout, I have no clue what a sensible value
is here.
2019-12-18 09:11:47 +01:00
..
src Bump timeout in CommandClientIT (#3879) 2019-12-18 09:11:47 +01:00
BUILD.bazel Move Scala Ledger API client integration tests (#3870) 2019-12-17 16:11:27 +01:00