From 9e6ddfee5aeb8c3c39a9138986d12aea209d0a03 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 27 Feb 2024 15:19:24 +0100 Subject: ["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. --- test/end-to-end/remote-execution/TARGETS | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'test/end-to-end/remote-execution') 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"] -- cgit v1.2.3