summaryrefslogtreecommitdiffstats
path: root/tests/qmlchartproperties/qml/qmlchartproperties/Button.qml
diff options
context:
space:
mode:
authorTero Ahola <tero.ahola@digia.com>2012-06-04 14:07:57 +0300
committerTero Ahola <tero.ahola@digia.com>2012-06-04 14:08:30 +0300
commit955f59270da8049b07ee2560e426ca8828b9a591 (patch)
tree0473d5fac364efd1f9fb25ab79868fe565d303a6 /tests/qmlchartproperties/qml/qmlchartproperties/Button.qml
parentb974d4b756bd5373f039d20f5740c1247948da26 (diff)
Added logging for signals in qml property tester
Diffstat (limited to 'tests/qmlchartproperties/qml/qmlchartproperties/Button.qml')
-rw-r--r--tests/qmlchartproperties/qml/qmlchartproperties/Button.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qmlchartproperties/qml/qmlchartproperties/Button.qml b/tests/qmlchartproperties/qml/qmlchartproperties/Button.qml
index e5325c11..a435faaf 100644
--- a/tests/qmlchartproperties/qml/qmlchartproperties/Button.qml
+++ b/tests/qmlchartproperties/qml/qmlchartproperties/Button.qml
@@ -58,7 +58,7 @@ Rectangle {
Timer {
id: repeatTimer
- interval: 200
+ interval: 140
repeat: true
triggeredOnStart: false
running: false