From 535695f01c02ee13d499ab59c3b23354fc3da564 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Tue, 19 Mar 2013 13:11:27 +0100 Subject: [PATCH] Try to stabilize tst_QQuickPathView Change-Id: I673604d4f0bc90352efe115422762c7c4ec210ad Reviewed-by: Kai Koehne --- tests/auto/quick/qquickpathview/tst_qquickpathview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/quick/qquickpathview/tst_qquickpathview.cpp b/tests/auto/quick/qquickpathview/tst_qquickpathview.cpp index 8821203..77c4f80 100644 --- a/tests/auto/quick/qquickpathview/tst_qquickpathview.cpp +++ b/tests/auto/quick/qquickpathview/tst_qquickpathview.cpp @@ -1860,7 +1860,7 @@ void tst_QQuickPathView::snapToItem() flick(window, QPoint(200,10), QPoint(10,10), 180); QVERIFY(pathview->isMoving()); - QTRY_VERIFY(!pathview->isMoving()); + QTRY_VERIFY_WITH_TIMEOUT(!pathview->isMoving(), 50000); QVERIFY(pathview->offset() == qFloor(pathview->offset())); -- 2.7.4