summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-04-29 12:17:39 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-04-29 12:17:39 +0200
commit3a1dac200d24a1c34f7a20f1c8feb743fc2aa141 (patch)
tree225a171fe4a9ba4ddc1a1a2b174316638a9a103b
parentd2eba09a53ab41303c05713ab1a9c94564a2274f (diff)
downloadrules-cc-3a1dac200d24a1c34f7a20f1c8feb743fc2aa141.tar.gz
Update derived files
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2a86534..38095c6 100644
--- a/README.md
+++ b/README.md
@@ -223,6 +223,7 @@ A test written in C++
| --------------- | ----------- |
| `"TARGET_ARCH"` | The architecture to build the test for. Will only be honored, if that architecture is available in the ARCH_DISPATCH map. Otherwise, the test will be built for and run on the host architecture. |
| `"TEST_ENV"` | The environment for executing the test runner. |
+| `"TIMEOUT_SCALE"` | Factor on how to scale the timeout for this test. Defaults to 1.0. |
| `"CC_TEST_LAUNCHER"` | List of strings representing the launcher that is prepend to the command line for running the test binary. |
| `"RUNS_PER_TEST"` | The number of times the test should be run in order to detect flakyness. If set, no test action will be taken from cache. Test runs are summarized by the `["shell/test", "summarizer"]` that is also used by shell tests. |
| `"ARCH_DISPATCH"` | Map of architectures to execution properties that ensure execution on that architecture. Only the actual test binary will be run with the specified execution properties (i.e., on the target architecture); all building will be done on the host architecture. |