Increase timeout for IPC command
This commit is contained in:
parent
516e3da7e2
commit
9cb624e681
2 changed files with 2 additions and 2 deletions
|
@ -217,7 +217,7 @@ ErrorCode OpenVpnProtocol::start()
|
|||
return ErrorCode::AmneziaServiceConnectionFailed;
|
||||
}
|
||||
|
||||
m_openVpnProcess->waitForSource(1000);
|
||||
m_openVpnProcess->waitForSource(5000);
|
||||
if (!m_openVpnProcess->isInitialized()) {
|
||||
qWarning() << "IpcProcess replica is not connected!";
|
||||
setLastError(ErrorCode::AmneziaServiceConnectionFailed);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue