summaryrefslogtreecommitdiffstats
path: root/tests/image-asynchronous.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/image-asynchronous.qml')
-rw-r--r--tests/image-asynchronous.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/image-asynchronous.qml b/tests/image-asynchronous.qml
index 9212d18..d3d58f3 100644
--- a/tests/image-asynchronous.qml
+++ b/tests/image-asynchronous.qml
@@ -18,7 +18,7 @@ Rectangle {
property int state: 0
Behavior on opacity {
- NumberAnimation { duration: 250 }
+ NumberAnimation { duration: 500 }
}