Skip to content

Commit

Permalink
Bump size of ledger-on-memory tests (#11220)
Browse files Browse the repository at this point in the history
On CI we’ve seen
//ledger/ledger-on-memory:ledger-on-memory-tests_test_suite_src_test_suite_scala_com_daml_ledger_on_memory_InMemoryLedgerReaderWriterIntegrationSpec.scala
run above the 60s timeout.

Even locally under load, it gets easily between 30s and 60s so CI
timing out is fairly reasonable.

changelog_begin
changelog_end
  • Loading branch information
cocreature authored Oct 12, 2021
1 parent 7a02e7c commit 74ef17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger/ledger-on-memory/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ da_scala_library(

da_scala_test_suite(
name = "ledger-on-memory-tests",
size = "small",
size = "medium",
srcs = glob(["src/test/suite/**/*.scala"]),
data = [
"//ledger/test-common:model-tests-default.dar",
Expand Down

0 comments on commit 74ef17c

Please sign in to comment.