From 077c6d68fe9671835a404cf4bbfea525acf3f2da Mon Sep 17 00:00:00 2001 From: Googler Date: Tue, 3 Apr 2018 12:13:44 -0700 Subject: Update docs for the --test_timeout value. RELNOTES: None. PiperOrigin-RevId: 191480343 --- .../devtools/build/docgen/templates/attributes/test/timeout.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/java/com/google/devtools/build/docgen/templates/attributes/test/timeout.html b/src/main/java/com/google/devtools/build/docgen/templates/attributes/test/timeout.html index d11d0a4bc6..f676ce243a 100644 --- a/src/main/java/com/google/devtools/build/docgen/templates/attributes/test/timeout.html +++ b/src/main/java/com/google/devtools/build/docgen/templates/attributes/test/timeout.html @@ -36,3 +36,9 @@ correspond to the following time periods: 60 minutes + +For times other than the above, the test timeout can be overridden with the +--test_timeout bazel flag, e.g. for manually running under +conditions which are known to be slow. The --test_timeout values +are in seconds. For example --test_timeout=120 will set the test +timeout to two minutes. -- cgit v1.2.3