mirror of
https://github.com/AuxXxilium/arc-c.git
synced 2024-11-23 23:11:08 +07:00
arc: set higher timeout for syno/git api while make
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
4f2f59a639
commit
12f1e027b7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user