Skip to content

Commit 23a7cff

Browse files
committed
Fix bazel format
1 parent 2d47d30 commit 23a7cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/test/metrics/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ cc_test(
5151

5252
cc_test(
5353
name = "stress_tests",
54+
timeout = "long",
5455
srcs = glob(["*_test_stress.cc"]),
5556
copts = [
5657
"-DUNIT_TESTING",
@@ -63,7 +64,6 @@ cc_test(
6364
"metrics_common_test_utils",
6465
"@com_google_googletest//:gtest_main",
6566
],
66-
timeout = "long",
6767
)
6868

6969
otel_cc_benchmark(

0 commit comments

Comments
 (0)