Extend getAgentNameFromCmdExec timeout to 60s

This commit is contained in:
Akihiro Uchida 2015-03-05 01:43:39 +09:00
parent 6d59a78fc9
commit 83e5287613
1 changed files with 1 additions and 1 deletions

View File

@ -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