EdgeInspector_App/View/ViewMain_ScanImage.cpp
@@ -945,7 +945,7 @@ BOOL CViewMain_ScanImage::ManualThreadStart(int nCmd,int nIndex /*= -1*/) { if(m_pManualProcess) { DWORD dwWait = ::WaitForSingleObject(m_pManualProcess->m_hThread, 1000); DWORD dwWait = ::WaitForSingleObject(m_pManualProcess->m_hThread, 3000); if (dwWait == WAIT_TIMEOUT) { DWORD dwExitCode; if ((::GetExitCodeThread(m_pManualProcess->m_hThread, &dwExitCode)) && (dwExitCode == STILL_ACTIVE)) {