[scripts] increase lock timeout up to 24 hours
This commit is contained in:
parent
8d633a4cf1
commit
2f170cb10a
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
ISO_BUILD_LOCK=/tmp/.daily_iso_build.sh.lock
|
||||
LOCK_TIMEOUT=$((3600 * 12)) # 12 hours
|
||||
LOCK_TIMEOUT=$((3600 * 24)) # 24 hours
|
||||
|
||||
kill_stale_process() {
|
||||
echo "[kill] NOT killing stale processes automatically: " >&2
|
||||
|
Loading…
Reference in New Issue
Block a user