summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-07-10 16:48:47 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-07-11 10:42:11 +0200
commitaa7c51883c1be46a5c19b7d3ea6c48edd04b4e77 (patch)
tree18bdc2d06533562fcee4552706f3f3a6bec28418
parentc7b63be2f1051007cb857053de0332338100d7a5 (diff)
downloadjustbuild-aa7c51883c1be46a5c19b7d3ea6c48edd04b4e77.tar.gz
bootstrap-test: Increase the timeout scale
When running on a busy machine, bootstrap tests can sometimes surpass the current timeout.
-rw-r--r--test/TARGETS2
1 files changed, 1 insertions, 1 deletions
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"]}
}
}