Skip to content

Commit

Permalink
sessionctx: set timeout short (#41473)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei committed Feb 16, 2023
1 parent 9e34a48 commit e9e08d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion br/pkg/storage/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ go_library(

go_test(
name = "storage_test",
timeout = "moderate",
timeout = "short",
srcs = [
"azblob_test.go",
"compress_test.go",
Expand Down
2 changes: 1 addition & 1 deletion sessionctx/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ go_library(

go_test(
name = "sessionctx_test",
timeout = "moderate",
timeout = "short",
srcs = [
"context_test.go",
"main_test.go",
Expand Down

0 comments on commit e9e08d9

Please sign in to comment.