diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-08-27 01:06:07 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-08-27 01:06:07 (GMT) |
commit | 87750fe0cfc3861dbe3421bdd3f20dc0f97ad45a (patch) | |
tree | 4dac9433c371c690850f66f831601d932ece008a /tests | |
parent | be9968c0ee3943c7cc169b4ad8e36155b06bf620 (diff) | |
download | Qt-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.qml | 2 |
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 } } } } |