autotest: raise lock timeout
This commit is contained in:
parent
dc9d87fde3
commit
df765f0d43
@ -40,7 +40,7 @@ lock_file() {
|
||||
|
||||
if test -f "$lck" && kill -0 $pid 2> /dev/null; then
|
||||
LOCKAGE=$(($(date +%s) - $(stat -c '%Y' "build.lck")))
|
||||
test $LOCKAGE -gt 30000 && {
|
||||
test $LOCKAGE -gt 60000 && {
|
||||
echo "old lock file $lck is valid for $pid with age $LOCKAGE seconds"
|
||||
}
|
||||
return 1
|
||||
|
Loading…
Reference in New Issue
Block a user