┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tests/kitemlistcontrollerexpandtest.cpp
diff options
context:
space:
mode:
authorMéven Car <[email protected]>2023-09-02 14:58:24 +0200
committerMéven Car <[email protected]>2023-09-02 17:27:25 +0200
commit741bea8324240073a502b9918dc0ff557ca27c37 (patch)
treecaa5ff919d717bad0da12daf47208de972be7474 /src/tests/kitemlistcontrollerexpandtest.cpp
parentfae5fec96454fbc848f5402b1d1d758bd7ff2d8d (diff)
fix test in FreeBsd KItemListControllerExpandTest::testDirExpand
Diffstat (limited to 'src/tests/kitemlistcontrollerexpandtest.cpp')
-rw-r--r--src/tests/kitemlistcontrollerexpandtest.cpp2
1 files changed, 1 insertions, 1 deletions
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);