From aa7c51883c1be46a5c19b7d3ea6c48edd04b4e77 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 10 Jul 2023 16:48:47 +0200 Subject: bootstrap-test: Increase the timeout scale When running on a busy machine, bootstrap tests can sometimes surpass the current timeout. --- test/TARGETS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/TARGETS b/test/TARGETS index 8f6ccf66..0b1dbefd 100644 --- a/test/TARGETS +++ b/test/TARGETS @@ -81,7 +81,7 @@ , "target": ["./", "bootstrap", "TESTS"] , "config": { "type": "let*" - , "bindings": [["TIMEOUT_SCALE", 20.0]] + , "bindings": [["TIMEOUT_SCALE", 40.0]] , "body": {"type": "env", "vars": ["TIMEOUT_SCALE"]} } } -- cgit v1.2.3