Skip to content

Commit

Permalink
expression: enlarge timeout for test (#40332)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei authored Jan 5, 2023
1 parent 37f045c commit 508b601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expression/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ go_library(

go_test(
name = "expression_test",
timeout = "short",
timeout = "moderate",
srcs = [
"bench_test.go",
"builtin_arithmetic_test.go",
Expand Down

0 comments on commit 508b601

Please sign in to comment.