diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-02-27 15:19:24 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-02-27 15:52:46 +0100 |
commit | 9e6ddfee5aeb8c3c39a9138986d12aea209d0a03 (patch) | |
tree | 3d94a9a2f59bd7bf1f93b6d8dbab62d1c7f4ec04 /test/end-to-end/remote-execution | |
parent | 1fb7b8c4f84200bfe6f4ec03cabe247030f84643 (diff) | |
download | justbuild-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/TARGETS | 13 |
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"] |