diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-02-22 01:24:48 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-02-22 01:27:36 (GMT) |
commit | 8bbe895759bc32d6a005d3308f04179a7931348c (patch) | |
tree | db3c1ca855f14f2e0510fe939a4e7c1148e5f350 /tests/auto/declarative/qmlbehaviors/data/binding.qml | |
parent | 3663d7579b252dde77e1cebc9779a59912ef2a5b (diff) | |
download | Qt-8bbe895759bc32d6a005d3308f04179a7931348c.zip Qt-8bbe895759bc32d6a005d3308f04179a7931348c.tar.gz Qt-8bbe895759bc32d6a005d3308f04179a7931348c.tar.bz2 |
Increase durations when testing Behaviors.
This should make the tests at least somewhat more reliable.
Diffstat (limited to 'tests/auto/declarative/qmlbehaviors/data/binding.qml')
-rw-r--r-- | tests/auto/declarative/qmlbehaviors/data/binding.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlbehaviors/data/binding.qml b/tests/auto/declarative/qmlbehaviors/data/binding.qml index e0c3321..18d6764 100644 --- a/tests/auto/declarative/qmlbehaviors/data/binding.qml +++ b/tests/auto/declarative/qmlbehaviors/data/binding.qml @@ -9,7 +9,7 @@ Rectangle { objectName: "MyRect" width: 100; height: 100; color: "green" x: basex - x: Behavior { NumberAnimation { duration: 200; } } + x: Behavior { NumberAnimation { duration: 500; } } } MouseRegion { id: clicker |