Increasing bazel timeout for heavy BA tests

Change-Id: I9c6f5ca0f2094891db21a08796d5f5e4430265dc
This commit is contained in:
Alexander Ivanov
2023-01-11 13:53:20 +00:00
parent f982d3071d
commit e1ca3302af
+1 -1
View File
@@ -191,7 +191,7 @@ TEST_DEPS = [
# dependency that we'd prefer to avoid.
[cc_test(
name = test_filename.split("/")[-1][:-3], # Remove .cc.
timeout = "moderate",
timeout = "long",
srcs = [test_filename],
copts = TEST_COPTS,