diff --git a/src/plugins/cmakeprojectmanager/builddirmanager.cpp b/src/plugins/cmakeprojectmanager/builddirmanager.cpp index cec3fce743f..9ea3fbc4720 100644 --- a/src/plugins/cmakeprojectmanager/builddirmanager.cpp +++ b/src/plugins/cmakeprojectmanager/builddirmanager.cpp @@ -99,7 +99,7 @@ BuildDirManager::BuildDirManager(const CMakeBuildConfiguration *bc) : m_projectName = sourceDirectory().fileName(); m_reparseTimer.setSingleShot(true); - m_reparseTimer.setInterval(500); + m_reparseTimer.setInterval(5000); connect(&m_reparseTimer, &QTimer::timeout, this, &BuildDirManager::parse); connect(m_watcher, &QFileSystemWatcher::fileChanged, this, [this]() {