Skip to content

Commit

Permalink
*: remove limit
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>
  • Loading branch information
hawkingrei committed Feb 9, 2023
1 parent 960838b commit 63182e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sessiontxn/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ go_library(

go_test(
name = "sessiontxn_test",
timeout = "short",
timeout = "moderate",
srcs = [
"txn_context_test.go",
"txn_manager_test.go",
"txn_rc_tso_optimize_test.go",
],
flaky = True,
race = "on",
shard_count = 2,
shard_count = 50,
deps = [
":sessiontxn",
"//domain",
Expand Down

0 comments on commit 63182e3

Please sign in to comment.