From 874e1470ed4123a118e9896ec165bd71af712ed2 Mon Sep 17 00:00:00 2001 From: Christian Pulvermacher Date: Sat, 4 Feb 2012 12:34:05 +0100 Subject: [PATCH 1/1] give network thread some more time to shut down --- src/vncclientthread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 1.7.9.5