Increase traceroute timeout (#14084)

traceroute going to 30hops with a 3s timeout was exceeding the default execution time.
https://community.librenms.org/t/possible-bug-in-polling/19061
This commit is contained in:
Tony Murray
2022-07-01 17:43:47 +02:00
committed by GitHub
parent d77a5458e8
commit 5ac8f85690
+1
View File
@@ -146,6 +146,7 @@ class ConnectivityHelper
}
$process = new Process($command);
$process->setTimeout(120);
$process->run();
return [