summaryrefslogtreecommitdiff
path: root/test/end-to-end/EXPRESSIONS
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-02-27 15:14:35 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-02-27 15:52:46 +0100
commit1fb7b8c4f84200bfe6f4ec03cabe247030f84643 (patch)
tree329e6099122d76fda9f0ad8532d9dd371c7a3f25 /test/end-to-end/EXPRESSIONS
parent4f1601cb18f799dce795e3d0fda5073ab3c61195 (diff)
downloadjustbuild-1fb7b8c4f84200bfe6f4ec03cabe247030f84643.tar.gz
with_{remote,serve}: honor TIMEOUT_SCALE
Especially the end-to-end tests that use "remote" end points can grow large; therefore, honor the configuration variable TIMEOUT_SCALE, to allow the author to specify that this test takes more time.
Diffstat (limited to 'test/end-to-end/EXPRESSIONS')
-rw-r--r--test/end-to-end/EXPRESSIONS6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/end-to-end/EXPRESSIONS b/test/end-to-end/EXPRESSIONS
index 632c0b21..345b6069 100644
--- a/test/end-to-end/EXPRESSIONS
+++ b/test/end-to-end/EXPRESSIONS
@@ -11,6 +11,7 @@
, "transition"
, "TEST_COMPATIBLE_REMOTE"
, "TEST_REMOTE_EXECUTION"
+ , "TIMEOUT_SCALE"
]
, "imports":
{ "artifacts_list": ["@", "rules", "", "field_artifacts_list"]
@@ -127,6 +128,8 @@
, "inputs": {"type": "var", "name": "inputs"}
, "cmd": {"type": "var", "name": "cmd"}
, "env": {"type": "var", "name": "test_env"}
+ , "timeout scaling":
+ {"type": "var", "name": "TIMEOUT_SCALE", "default": 1.0}
, "may_fail": ["test"]
, "fail_message":
{ "type": "join"
@@ -151,6 +154,8 @@
, "inputs": {"type": "var", "name": "inputs"}
, "cmd": {"type": "var", "name": "cmd"}
, "env": {"type": "var", "name": "test_env"}
+ , "timeout scaling":
+ {"type": "var", "name": "TIMEOUT_SCALE", "default": 1.0}
, "may_fail": ["test"]
, "no_cache": ["test"]
, "fail_message":
@@ -181,6 +186,7 @@
, "transition"
, "TEST_COMPATIBLE_REMOTE"
, "TEST_REMOTE_EXECUTION"
+ , "TIMEOUT_SCALE"
]
, "imports": {"action": "test-action"}
, "expression":