diff --git a/main.sh b/main.sh index 526ab4f..51e1540 100755 --- a/main.sh +++ b/main.sh @@ -439,7 +439,7 @@ manage_scan() { echo "$status" > "$status_file" # no change in progress and the status file is now stale - elif [ ! "$(find "$status_file" -newermt "15 minutes ago")" ]; then + elif [ ! "$(find "$status_file" -newermt "6 minutes ago")" ]; then echo "stalled" > "$status_file" # force a restart by killing the browser