diff --git a/client/vpnconnection.cpp b/client/vpnconnection.cpp index c41ef0c6c..afe478405 100644 --- a/client/vpnconnection.cpp +++ b/client/vpnconnection.cpp @@ -499,7 +499,7 @@ bool VpnConnection::startNetworkCheckIfReady() return IpcClient::withInterface([&](QSharedPointer iface) { QRemoteObjectPendingReply reply = iface->startNetworkCheck(gateway, localAddress); - return reply.waitForFinished() && reply.returnValue(); + return reply.waitForFinished(1000) && reply.returnValue(); }); #else return false;