aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/qquickwheelhandler/data/nested.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/pointerhandlers/qquickwheelhandler/data/nested.qml')
-rw-r--r--tests/auto/quick/pointerhandlers/qquickwheelhandler/data/nested.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/quick/pointerhandlers/qquickwheelhandler/data/nested.qml b/tests/auto/quick/pointerhandlers/qquickwheelhandler/data/nested.qml
index 3243515180..49e44f2b1f 100644
--- a/tests/auto/quick/pointerhandlers/qquickwheelhandler/data/nested.qml
+++ b/tests/auto/quick/pointerhandlers/qquickwheelhandler/data/nested.qml
@@ -47,8 +47,8 @@ Rectangle {
WheelHandler {
id: innerWheelHandler
objectName: "innerWheelHandler"
- // should deactivate because events go to the outer handler, not because of timeout
- activeTimeout: 1
+ // TODO should ideally deactivate because events go to the outer handler, not because of timeout
+ activeTimeout: 0.5
property: "x"
}
}