aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickflickable/data/nestedPressDelay.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquickflickable/data/nestedPressDelay.qml')
-rw-r--r--tests/auto/quick/qquickflickable/data/nestedPressDelay.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/quick/qquickflickable/data/nestedPressDelay.qml b/tests/auto/quick/qquickflickable/data/nestedPressDelay.qml
index 557b7c4117..742656641f 100644
--- a/tests/auto/quick/qquickflickable/data/nestedPressDelay.qml
+++ b/tests/auto/quick/qquickflickable/data/nestedPressDelay.qml
@@ -7,7 +7,7 @@ Flickable {
contentWidth: 480
contentHeight: 320
flickableDirection: Flickable.HorizontalFlick
- pressDelay: 50
+ pressDelay: 10000
Rectangle {
x: 20
y: 20
@@ -20,7 +20,7 @@ Flickable {
flickableDirection: Flickable.HorizontalFlick
contentWidth: 1480
contentHeight: 400
- pressDelay: 10000
+ pressDelay: 50
Rectangle {
y: 100
x: 80