Skip to content

Commit

Permalink
bazel: set servor more longer timeout (#38501)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei authored Oct 17, 2022
1 parent 5fa9da1 commit 3e3028a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
startup --host_jvm_args=-Xmx6g
startup --host_jvm_args=-Xmx5g
startup --unlimit_coredumps

run:ci --color=yes
Expand Down
2 changes: 1 addition & 1 deletion server/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ go_library(

go_test(
name = "server_test",
timeout = "short",
timeout = "moderate",
srcs = [
"column_test.go",
"conn_stmt_test.go",
Expand Down

0 comments on commit 3e3028a

Please sign in to comment.