]> cloud.milkyroute.net Git - dolphin.git/commitdiff
fix test in FreeBsd KItemListControllerExpandTest::testDirExpand
authorMéven Car <meven@kde.org>
Sat, 2 Sep 2023 12:58:24 +0000 (14:58 +0200)
committerMéven Car <meven@kde.org>
Sat, 2 Sep 2023 15:27:25 +0000 (17:27 +0200)
src/tests/kitemlistcontrollerexpandtest.cpp

index 20bc0cc0c0ef0e811c072e7553da785a18ba0f9e..368ec67ce57a96f5ff722e7ac7948ec820fc3c59 100644 (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);