From: Debian/Kubuntu Qt/KDE Maintainers Date: Thu, 31 Mar 2016 13:38:43 +0000 (+0200) Subject: wait_for_a_bit_longer X-Git-Tag: archive/raspbian/5.97.0-1+rpi1~1^2^2^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9a5320404d72dad4fac02a51a91a3f6842730e43;p=kio.git wait_for_a_bit_longer =================================================================== Gbp-Pq: Name wait_for_a_bit_longer --- diff --git a/autotests/kdirlistertest.cpp b/autotests/kdirlistertest.cpp index 578bf2c..199af02 100644 --- a/autotests/kdirlistertest.cpp +++ b/autotests/kdirlistertest.cpp @@ -1205,7 +1205,7 @@ void KDirListerTest::testRemoveWatchedDirectory() QVERIFY(QDir().rmdir(path + "abc")); // This should trigger an update. - QVERIFY(spyCompleted.wait(1000)); + QVERIFY(spyCompleted.wait(2000)); QVERIFY(m_dirLister.isFinished()); QCOMPARE(m_items.count(), 0); QCOMPARE(m_dirLister.spyItemsDeleted.count(), 1);