diff --git a/src/plugins/autotest/testtreemodel.cpp b/src/plugins/autotest/testtreemodel.cpp index 2715e0a5049..66c4d646ed1 100644 --- a/src/plugins/autotest/testtreemodel.cpp +++ b/src/plugins/autotest/testtreemodel.cpp @@ -59,6 +59,7 @@ TestTreeModel::TestTreeModel(QObject *parent) : connect(ProjectExplorer::SessionManager::instance(), &ProjectExplorer::SessionManager::startupProjectChanged, this, &TestTreeModel::onStartupProjectChanged); + m_syncFrameworksTimer.setSingleShot(true); connect(&m_syncFrameworksTimer, &QTimer::timeout, this, &TestTreeModel::syncTestFrameworks); setupParsingConnections(); }