Skip to content

Commit

Permalink
bazel: set servor more longer timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>
  • Loading branch information
hawkingrei committed Oct 17, 2022
1 parent 287f5c9 commit 0d63b02
Showing 1 changed file with 1 addition and 1 deletion.
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 0d63b02

Please sign in to comment.