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
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 @@
     (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