SVN commit 779962 by mkretz: at least in gdb 4s is too short, better wait too long than abort on a working app M +1 -1 xineengine.cpp --- trunk/KDE/kdebase/runtime/phonon/xine/xineengine.cpp #779961:779962 @@ -92,7 +92,7 @@ //qDeleteAll(cleanupObjects); if (m_thread) { m_thread->quit(); - if (!m_thread->wait(4000)) { + if (!m_thread->wait(10000)) { // timed out // assuming a deadlock, we better create a backtrace than block something important kFatal(610) << "Xine Thread took longer than 4s to quit. Assuming a deadlock. Please report a useful backtrace (including all threads) to bugs.kde.org";