From: Christian Pulvermacher Date: Sat, 4 Feb 2012 11:34:05 +0000 (+0100) Subject: give network thread some more time to shut down X-Git-Tag: 0.8~8 X-Git-Url: http://git.maemo.org/git/?p=presencevnc;a=commitdiff_plain;h=874e1470ed4123a118e9896ec165bd71af712ed2 give network thread some more time to shut down --- diff --git a/src/vncclientthread.cpp b/src/vncclientthread.cpp index a3f7bd9..8cad521 100644 --- a/src/vncclientthread.cpp +++ b/src/vncclientthread.cpp @@ -174,7 +174,7 @@ VncClientThread::~VncClientThread() { stop(); - const bool quitSuccess = wait(1000); + const bool quitSuccess = wait(4000); if(!quitSuccess) kDebug(5011) << "~VncClientThread(): Quit failed";