diff --git a/LibreNMS/Polling/ConnectivityHelper.php b/LibreNMS/Polling/ConnectivityHelper.php index 5729551bd3..1da8449b63 100644 --- a/LibreNMS/Polling/ConnectivityHelper.php +++ b/LibreNMS/Polling/ConnectivityHelper.php @@ -146,6 +146,7 @@ class ConnectivityHelper } $process = new Process($command); + $process->setTimeout(120); $process->run(); return [