summaryrefslogtreecommitdiff
path: root/rules/shell/test/RULES
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-05-31 14:34:28 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-05-31 14:34:28 +0200
commit109e84eaf3375e64671aab00d4b7c5ce059c8620 (patch)
treeb217e124431a5712eb160de9ca4fd9448538bf55 /rules/shell/test/RULES
parenta7404b28cc40881377c7d681cfdb322daf2ba366 (diff)
parent970956cf14026dcc863befe38a9331a8065b91b3 (diff)
downloadrules-cc-109e84eaf3375e64671aab00d4b7c5ce059c8620.tar.gz
Merge commit '970956cf14026dcc863befe38a9331a8065b91b3' into HEAD
Diffstat (limited to 'rules/shell/test/RULES')
-rw-r--r--rules/shell/test/RULES5
1 files changed, 4 insertions, 1 deletions
diff --git a/rules/shell/test/RULES b/rules/shell/test/RULES
index 19f859f..b952648 100644
--- a/rules/shell/test/RULES
+++ b/rules/shell/test/RULES
@@ -2,7 +2,8 @@
{ "doc": ["Shell test, given by a test script"]
, "target_fields": ["deps", "test"]
, "string_fields": ["keep", "name"]
- , "config_vars": ["ARCH", "HOST_ARCH", "RUNS_PER_TEST", "TEST_ENV"]
+ , "config_vars":
+ ["ARCH", "HOST_ARCH", "RUNS_PER_TEST", "TEST_ENV", "TIMEOUT_SCALE"]
, "field_doc":
{ "test":
[ "The shell script for the test, launched with sh."
@@ -37,6 +38,8 @@
, "If set, no test action will be taken from cache."
]
, "TEST_ENV": ["Additional environment for executing the test runner."]
+ , "TIMEOUT_SCALE":
+ ["Factor on how to scale the timeout for this test. Defaults to 1.0."]
}
, "tainted": ["test"]
, "artifacts_doc":