summaryrefslogtreecommitdiff
path: root/test/end-to-end/remote-execution
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-02-27 15:19:24 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-02-27 15:52:46 +0100
commit9e6ddfee5aeb8c3c39a9138986d12aea209d0a03 (patch)
tree3d94a9a2f59bd7bf1f93b6d8dbab62d1c7f4ec04 /test/end-to-end/remote-execution
parent1fb7b8c4f84200bfe6f4ec03cabe247030f84643 (diff)
downloadjustbuild-9e6ddfee5aeb8c3c39a9138986d12aea209d0a03.tar.gz
["end-to-end/remote-execution", "split-splice"] set default TIMEOUT_SCALE
As this test takes significantly more time than the other end-to-end tests, set a suitable default value for the configuration variable TIMEOUT_SCALE.
Diffstat (limited to 'test/end-to-end/remote-execution')
-rw-r--r--test/end-to-end/remote-execution/TARGETS13
1 files changed, 12 insertions, 1 deletions
diff --git a/test/end-to-end/remote-execution/TARGETS b/test/end-to-end/remote-execution/TARGETS
index 3c530fb4..4d88210a 100644
--- a/test/end-to-end/remote-execution/TARGETS
+++ b/test/end-to-end/remote-execution/TARGETS
@@ -41,12 +41,23 @@
, "test": ["dispatch.sh"]
, "deps": [["end-to-end", "tool-under-test"]]
}
-, "split-splice":
+, "split-splice (raw)":
{ "type": ["end-to-end", "with remote"]
, "name": ["split-splice"]
, "test": ["split-splice.sh"]
, "deps": [["end-to-end", "tool-under-test"]]
}
+, "split-splice":
+ { "type": "configure"
+ , "tainted": ["test"]
+ , "target": "split-splice (raw)"
+ , "arguments_config": ["TIMEOUT_SCALE"]
+ , "config":
+ { "type": "singleton_map"
+ , "key": "TIMEOUT_SCALE"
+ , "value": {"type": "var", "name": "TIMEOUT_SCALE", "default": 10}
+ }
+ }
, "TESTS":
{ "type": "install"
, "tainted": ["test"]