Skip to content

Commit

Permalink
ledger-on-sql: Increase the concurrency for conformance tests. (#10622)
Browse files Browse the repository at this point in the history
This was limited a while back during the initial development of
_ledger-on-sql_ for reasons I can't remember. Let's stop doing that.

CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
SamirTalwar authored Aug 19, 2021
1 parent 46e8c7d commit 37c999e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions ledger/ledger-on-sql/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ supported_databases = [
"conformance_test_server_args": [
"--jdbc-url=jdbc:h2:mem:daml-on-sql-conformance-test",
],
"conformance_test_tool_args": [
"--concurrent-test-runs=2",
"--timeout-scale-factor=4",
],
},
{
"name": "postgresql",
Expand Down Expand Up @@ -351,8 +347,6 @@ conformance_test(
tags = [],
test_tool_args = [
"--verbose",
"--concurrent-test-runs=2",
"--timeout-scale-factor=4",
],
)

Expand Down Expand Up @@ -451,8 +445,6 @@ conformance_test(
tags = [],
test_tool_args = [
"--verbose",
"--concurrent-test-runs=2",
"--timeout-scale-factor=4",
"--include=ParticipantPruningIT",
],
)
Expand Down Expand Up @@ -521,8 +513,6 @@ conformance_test(
tags = [],
test_tool_args = [
"--verbose",
"--concurrent-test-runs=2",
"--timeout-scale-factor=4",
"--include=MultiPartySubmissionIT",
],
)
Expand Down

0 comments on commit 37c999e

Please sign in to comment.