aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicklistview/data/listviewtest-package.qml
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-09-27 14:03:36 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-28 21:30:20 +0200
commit342831427beb0f3a48061453df89624ba2d7c886 (patch)
tree6132771eb55471a0834141fee6359e78c9464e3c /tests/auto/quick/qquicklistview/data/listviewtest-package.qml
parent907409c715e715bbf12898f612423c7dd6dc6f49 (diff)
Stabilize and speed up test
Added lots of missing qWaitForWindowExposed(), and sped up animations. Change-Id: Ie3c5e53dc9e9770baa05fb1da3eedce80ac52d31 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'tests/auto/quick/qquicklistview/data/listviewtest-package.qml')
-rw-r--r--tests/auto/quick/qquicklistview/data/listviewtest-package.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/qquicklistview/data/listviewtest-package.qml b/tests/auto/quick/qquicklistview/data/listviewtest-package.qml
index 14d265162c..452fe29b49 100644
--- a/tests/auto/quick/qquicklistview/data/listviewtest-package.qml
+++ b/tests/auto/quick/qquicklistview/data/listviewtest-package.qml
@@ -136,7 +136,7 @@ Rectangle {
height: 320
model: visualModel.parts.package
highlight: testObject.invalidHighlight ? invalidHl : myHighlight
- highlightMoveVelocity: 1000
+ highlightMoveVelocity: 100000
highlightResizeVelocity: 1000
cacheBuffer: testObject.cacheBuffer
header: root.showHeader ? headerFooter : null