aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-09-21 17:08:21 +0000
committerGravatar Laszlo Csomor <laszlocsomor@google.com>2015-09-22 17:04:30 +0000
commitd256a821f4051273e3be1617c793c6dc5e77d964 (patch)
tree144829b08bcbfdac275f15cda6fdc5fe74cef9b8 /src/main/java/com/google/devtools/build
parent2857acc3e89e91244ea85b274dbc182ebdd697ca (diff)
Clarify that the timeout values are configurable on the command-line.
-- MOS_MIGRATED_REVID=103556315
Diffstat (limited to 'src/main/java/com/google/devtools/build')
-rw-r--r--src/main/java/com/google/devtools/build/docgen/templates/attributes/test/timeout.html6
1 files changed, 4 insertions, 2 deletions
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 f20d0fdc79..7fa112ca02 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
@@ -9,6 +9,8 @@ How long the test is normally expected to run before returning.
While a test's size attribute controls resource estimation, a test's
timeout may be set independently. If not explicitly specified, the
timeout is based on the test's size (with "small" &rArr; "short",
-"medium" &rArr; "moderate", etc...). "short" means 1 minute, "moderate"
-5 minutes, and "long" 15 minutes.
+"medium" &rArr; "moderate", etc...). By default, "short" means 1 minute,
+"moderate" 5 minutes, and "long" 15 minutes (this can be overridden with
+--test_timeout, e.g. for running under certain configurations which are
+known to be slow).
</p>