mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Extend getAgentNameFromCmdExec timeout to 60s
This commit is contained in:
parent
6d59a78fc9
commit
83e5287613
@ -662,7 +662,7 @@ Pandora_Windows_Service::getValueFromCmdExec (string cmd_exec, int timeout)
|
||||
string
|
||||
Pandora_Windows_Service::getAgentNameFromCmdExec (string cmd_exec)
|
||||
{
|
||||
return getValueFromCmdExec(cmd_exec, 10000);
|
||||
return getValueFromCmdExec(cmd_exec, 60000);
|
||||
}
|
||||
|
||||
string
|
||||
|
Loading…
x
Reference in New Issue
Block a user