Skip to content

Commit 435864d

Browse files
committed
exec/explain: bump test timeout to 5 minutes
We recently added TestMaximumMemoryUsage that is pretty heavy and just saw the package time out with 1 minute, so let's bump the size to 5 minutes. Release note: None
1 parent c7a69de commit 435864d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sql/opt/exec/explain/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ go_library(
5252

5353
go_test(
5454
name = "explain_test",
55-
size = "small",
55+
size = "medium",
5656
srcs = [
5757
"explain_factory_test.go",
5858
"main_test.go",

0 commit comments

Comments
 (0)