Skip to content

Commit

Permalink
multitenant: Increase timeout for kvtenantccl
Browse files Browse the repository at this point in the history
The new TestTenantUpgradeInterlock test takes a long time to run (up to a
minute locally) and has started timing (the first instance being in a
post-merge arm64 test). On the suspicion that it's timing out strictly
because it's long running, increase the timeout to see if that resolves
the failures.

Release note: None
Epic: None
Fixes: #98986
  • Loading branch information
ajstorm committed Mar 20, 2023
1 parent 139427b commit 95c90f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/ccl/kvccl/kvtenantccl/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ go_library(

go_test(
name = "kvtenantccl_test",
size = "medium",
size = "large",
srcs = [
"connector_test.go",
"main_test.go",
Expand All @@ -56,7 +56,7 @@ go_test(
"tenant_trace_test.go",
"tenant_upgrade_test.go",
],
args = ["-test.timeout=295s"],
args = ["-test.timeout=895s"],
embed = [":kvtenantccl"],
shard_count = 16,
deps = [
Expand Down

0 comments on commit 95c90f9

Please sign in to comment.