Skip to content

Commit 8424f93

Browse files
committed
server: increase timeout for application_api tests
This patch increase the timeout for the tests in the `application_api` package from `5m` to `15m`. Several of these tests have been flaking lately with timeouts. Fixes cockroachdb#107225 Fixes cockroachdb#107263 Fixes cockroachdb#107308 Release note: None
1 parent f360c1b commit 8424f93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/server/application_api/BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ go_library(
99

1010
go_test(
1111
name = "application_api_test",
12+
size = "large",
1213
srcs = [
1314
"activity_test.go",
1415
"config_test.go",
@@ -30,7 +31,7 @@ go_test(
3031
"util_test.go",
3132
"zcfg_test.go",
3233
],
33-
args = ["-test.timeout=295s"],
34+
args = ["-test.timeout=895s"],
3435
deps = [
3536
"//pkg/base",
3637
"//pkg/ccl",

0 commit comments

Comments
 (0)