Skip to content

Commit 0936de9

Browse files
authored
disttask: set moderate timeout for pkg/disttask/framework/storage (#61463) (#62321)
close #61461
1 parent c6468fb commit 0936de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/disttask/framework/storage/BUILD.bazel

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

3434
go_test(
3535
name = "storage_test",
36-
timeout = "short",
36+
timeout = "moderate",
3737
srcs = [
3838
"table_test.go",
3939
"task_state_test.go",

0 commit comments

Comments
 (0)