summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2024-01-18 18:01:50 +0700
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2024-01-18 18:01:50 +0700
commit77fc2f85ca91c2a8d6bf0a69a61389f599e46d26 (patch)
tree085a6e4a156ee279be42c4fb1f04a730e1f3c76b
parenta2e78d8d8cac43863e3b1709ed865224bc75b980 (diff)
run-eclair-builds.sh: Extend license lease to 4000s
As recent build has previous 3000s timing out during the build. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org> Change-Id: I638362e1a51dc9aa96c31e5b493eefb04e034443
-rwxr-xr-xrun-eclair-builds.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-eclair-builds.sh b/run-eclair-builds.sh
index 188bac1..adf768c 100755
--- a/run-eclair-builds.sh
+++ b/run-eclair-builds.sh
@@ -18,7 +18,7 @@ for cfg in $(python3 ./tf-m-ci-scripts/configs.py -g "$FILTER_GROUP"); do
(cd psa-arch-tests; git checkout .; git clean -fq)
(cd trusted-firmware-m; git checkout .; git clean -fq)
eclair_tfm_set_toolchain_path
- detachLicense 3000
+ detachLicense 4000
tf-m-ci-scripts/run-build.sh
cnt=$((cnt + 1))
done