From 741bea8324240073a502b9918dc0ff557ca27c37 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A9ven=20Car?= Date: Sat, 2 Sep 2023 14:58:24 +0200 Subject: [PATCH] fix test in FreeBsd KItemListControllerExpandTest::testDirExpand --- src/tests/kitemlistcontrollerexpandtest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/kitemlistcontrollerexpandtest.cpp b/src/tests/kitemlistcontrollerexpandtest.cpp index 20bc0cc0c..368ec67ce 100644 --- a/src/tests/kitemlistcontrollerexpandtest.cpp +++ b/src/tests/kitemlistcontrollerexpandtest.cpp @@ -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); -- 2.47.3