aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-09-28 10:37:10 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-28 13:34:20 +0200
commitbe72aeba3d7e30def561a3bdde051c6041f71ca7 (patch)
tree1111c06965a8ec7031461dc1cf038adc49094dc6 /tests/auto/quick
parent5564ba9987273949281b37533b798ebe59553f0e (diff)
Try to stabilize the multipleTransitions test
Change-Id: Ifeb53d6a1334623106428410aa2756935d7ba6e1 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'tests/auto/quick')
-rw-r--r--tests/auto/quick/qquicklistview/tst_qquicklistview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp b/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
index 41f193cdb7..853f282bd9 100644
--- a/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
+++ b/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
@@ -6578,6 +6578,7 @@ void tst_QQuickListView::multipleTransitions()
}
}
listview->forceLayout();
+ QTest::qWait(200);
QCOMPARE(listview->count(), model.count());
// verify all items moved to the correct final positions