Skip to content

Commit

Permalink
spanconfigsqltranslatorccl: increase test timeout
Browse files Browse the repository at this point in the history
This test times out occasionally in CI, so we can go with a larger
timeout here.

Release note: None
  • Loading branch information
rafiss committed Jun 11, 2024
1 parent e01ac9e commit 2ed78fa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_test")

go_test(
name = "spanconfigsqltranslatorccl_test",
size = "large",
srcs = [
"datadriven_test.go",
"main_test.go",
Expand Down

0 comments on commit 2ed78fa

Please sign in to comment.