diff --git a/src/python/grpcio_tests/tests/reflection/BUILD.bazel b/src/python/grpcio_tests/tests/reflection/BUILD.bazel index c2e9443384b..6d37618365f 100644 --- a/src/python/grpcio_tests/tests/reflection/BUILD.bazel +++ b/src/python/grpcio_tests/tests/reflection/BUILD.bazel @@ -5,8 +5,7 @@ package(default_visibility = ["//visibility:public"]) py2and3_test( name = "_reflection_servicer_test", - size = "small", - timeout = "moderate", + size = "medium", srcs = ["_reflection_servicer_test.py"], imports = ["../../"], main = "_reflection_servicer_test.py", diff --git a/test/core/end2end/fuzzers/BUILD b/test/core/end2end/fuzzers/BUILD index d031452a57e..4b450dce47b 100644 --- a/test/core/end2end/fuzzers/BUILD +++ b/test/core/end2end/fuzzers/BUILD @@ -23,7 +23,6 @@ load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer") grpc_fuzzer( name = "api_fuzzer", size = "enormous", - timeout = "eternal", srcs = ["api_fuzzer.cc"], corpus = "api_fuzzer_corpus", language = "C++", diff --git a/test/core/util/grpc_fuzzer.bzl b/test/core/util/grpc_fuzzer.bzl index 7f4737a218b..e0a9b78df2f 100644 --- a/test/core/util/grpc_fuzzer.bzl +++ b/test/core/util/grpc_fuzzer.bzl @@ -14,7 +14,7 @@ load("//bazel:grpc_build_system.bzl", "grpc_cc_test") -def grpc_fuzzer(name, corpus, srcs = [], deps = [], size = "large", timeout = "long", **kwargs): +def grpc_fuzzer(name, corpus, srcs = [], deps = [], size = "large", **kwargs): grpc_cc_test( name = name, srcs = srcs, @@ -24,7 +24,6 @@ def grpc_fuzzer(name, corpus, srcs = [], deps = [], size = "large", timeout = "l "gtest", ], size = size, - timeout = timeout, args = ["--directory=" + native.package_name() + "/" + corpus], **kwargs ) diff --git a/test/cpp/end2end/BUILD b/test/cpp/end2end/BUILD index 624bbca9d52..2fc86e6bef6 100644 --- a/test/cpp/end2end/BUILD +++ b/test/cpp/end2end/BUILD @@ -496,7 +496,7 @@ grpc_cc_test( grpc_cc_test( name = "xds_end2end_test", - timeout = "long", + size = "large", srcs = ["xds_end2end_test.cc"], external_deps = [ "gtest", @@ -707,7 +707,7 @@ grpc_cc_test( grpc_cc_test( name = "thread_stress_test", - timeout = "long", + size = "large", srcs = ["thread_stress_test.cc"], external_deps = [ "gtest", diff --git a/tools/remote_build/manual.bazelrc b/tools/remote_build/manual.bazelrc index 9819a9ffb36..bc20be1ba40 100644 --- a/tools/remote_build/manual.bazelrc +++ b/tools/remote_build/manual.bazelrc @@ -29,7 +29,7 @@ build --auth_enabled=true # Set flags for uploading to BES in order to view results in the Bazel Build # Results UI. build --bes_backend=grpcs://buildeventservice.googleapis.com -build --bes_timeout=60s +build --bes_timeout=600s build --bes_results_url="https://source.cloud.google.com/results/invocations/" build --project_id=grpc-testing diff --git a/tools/remote_build/windows.bazelrc b/tools/remote_build/windows.bazelrc index cba45b5aa5e..f4508e00d0f 100644 --- a/tools/remote_build/windows.bazelrc +++ b/tools/remote_build/windows.bazelrc @@ -47,7 +47,7 @@ test --test_env=GRPC_VERBOSITY=debug # Set flags for uploading to BES in order to view results in the Bazel Build # Results UI. build --bes_backend=grpcs://buildeventservice.googleapis.com -build --bes_timeout=60s +build --bes_timeout=600s build --bes_results_url="https://source.cloud.google.com/results/invocations/" build --project_id=grpc-testing