give network thread some more time to shut down
[presencevnc] / src / vncclientthread.cpp
index a3f7bd9..8cad521 100644 (file)
@@ -174,7 +174,7 @@ VncClientThread::~VncClientThread()
 {
     stop();
 
-    const bool quitSuccess = wait(1000);
+    const bool quitSuccess = wait(4000);
 
     if(!quitSuccess)
         kDebug(5011) << "~VncClientThread(): Quit failed";