Skip to content

Commit 394c043

Browse files
committed
sql: increase timeout for inspect tests
The `sql/inspect.TestInspectMetrics` test was flaking in CI. Increasing the size will increase the timeout. Epic: none Fixes: #156197 Fixes: #156082 Release note: None
1 parent cc5d7c7 commit 394c043

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/sql/inspect/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ go_library(
6868

6969
go_test(
7070
name = "inspect_test",
71+
size = "large",
7172
srcs = [
7273
"index_consistency_check_test.go",
7374
"inspect_job_test.go",

0 commit comments

Comments
 (0)