summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlbehaviors/data/parent.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmlbehaviors/data/parent.qml')
-rw-r--r--tests/auto/declarative/qmlbehaviors/data/parent.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlbehaviors/data/parent.qml b/tests/auto/declarative/qmlbehaviors/data/parent.qml
index 4f4911b..7c7fdcb 100644
--- a/tests/auto/declarative/qmlbehaviors/data/parent.qml
+++ b/tests/auto/declarative/qmlbehaviors/data/parent.qml
@@ -8,7 +8,7 @@ Rectangle {
width: 100; height: 100; color: "green"
parent: Behavior {
SequentialAnimation {
- PauseAnimation { duration: 200 }
+ PauseAnimation { duration: 500 }
PropertyAction {}
}
}