diff options
| author | Méven Car <[email protected]> | 2023-09-02 14:58:24 +0200 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2023-09-02 17:27:25 +0200 |
| commit | 741bea8324240073a502b9918dc0ff557ca27c37 (patch) | |
| tree | caa5ff919d717bad0da12daf47208de972be7474 /src | |
| parent | fae5fec96454fbc848f5402b1d1d758bd7ff2d8d (diff) | |
fix test in FreeBsd KItemListControllerExpandTest::testDirExpand
Diffstat (limited to 'src')
| -rw-r--r-- | src/tests/kitemlistcontrollerexpandtest.cpp | 2 |
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); |
