summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-08-27 01:06:07 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-08-27 01:06:07 (GMT)
commit87750fe0cfc3861dbe3421bdd3f20dc0f97ad45a (patch)
tree4dac9433c371c690850f66f831601d932ece008a /tests
parentbe9968c0ee3943c7cc169b4ad8e36155b06bf620 (diff)
downloadQt-87750fe0cfc3861dbe3421bdd3f20dc0f97ad45a.zip
Qt-87750fe0cfc3861dbe3421bdd3f20dc0f97ad45a.tar.gz
Qt-87750fe0cfc3861dbe3421bdd3f20dc0f97ad45a.tar.bz2
Improve stability of test on loaded hw.
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qdeclarativebehaviors/data/qtbug12295.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativebehaviors/data/qtbug12295.qml b/tests/auto/declarative/qdeclarativebehaviors/data/qtbug12295.qml
index 804559c..d41add3 100644
--- a/tests/auto/declarative/qdeclarativebehaviors/data/qtbug12295.qml
+++ b/tests/auto/declarative/qdeclarativebehaviors/data/qtbug12295.qml
@@ -11,7 +11,7 @@ Rectangle {
width: 100
height: 100
Behavior on x {
- NumberAnimation {}
+ NumberAnimation { duration: 500 }
}
}
}