wait_for_a_bit_longer
authorDebian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Thu, 31 Mar 2016 13:38:43 +0000 (15:38 +0200)
committerMaximiliano Curia <maxy@debian.org>
Thu, 17 Jan 2019 23:29:50 +0000 (23:29 +0000)
===================================================================

Gbp-Pq: Name wait_for_a_bit_longer

autotests/kdirlistertest.cpp

index 578bf2cf47d94bbc5b36a3161f52df01931ef843..199af027c4a3846e014e5eea0012c876a16f97b2 100644 (file)
@@ -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);