1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-07 10:51:45 +00:00

fix test in FreeBsd KItemListControllerExpandTest::testDirExpand

This commit is contained in:
Méven Car 2023-09-02 14:58:24 +02:00
parent fae5fec964
commit 741bea8324

View File

@ -180,7 +180,7 @@ void KItemListControllerExpandTest::testDirExpand()
[this]() {
return m_spyDirectoryLoadingCompleted->count() == 6;
},
100));
300));
QCOMPARE(m_model->count(), 18);
QCOMPARE(m_selectionManager->currentItem(), 12);