arc: set higher timeout for syno/git api while make

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-01-04 07:07:28 +01:00
parent 4f2f59a639
commit 12f1e027b7

View File

@ -454,7 +454,7 @@ function make() {
if [[ -n "${PAT_URL}" && -n "${PAT_HASH}" ]]; then
break
fi
sleep 1
sleep 3
idx=$((${idx} + 1))
done
if [[ -z "${PAT_URL}" || -z "${PAT_HASH}" ]]; then
@ -468,7 +468,7 @@ function make() {
if [[ -n "${PAT_URL}" && -n "${PAT_HASH}" ]]; then
break
fi
sleep 1
sleep 3
idx=$((${idx} + 1))
done
fi