diff --git a/src/libtomahawk/widgets/checkdirtree.cpp b/src/libtomahawk/widgets/checkdirtree.cpp index 84db2826b..2f5df909f 100644 --- a/src/libtomahawk/widgets/checkdirtree.cpp +++ b/src/libtomahawk/widgets/checkdirtree.cpp @@ -70,7 +70,7 @@ CheckDirModel::getFileInfoResult() connect( showProcess, SIGNAL( readyReadStandardError() ), this, SLOT( processErrorOutput() ) ); m_shownVolumes = true; - QTimer::singleShot( 25, this, SLOT( volumeShowFinished() ) ); + QTimer::singleShot( 500, this, SLOT( volumeShowFinished() ) ); } p->terminate();