aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2023-06-30 09:33:17 +0200
committerUlf Hermann <ulf.hermann@qt.io>2023-06-30 10:47:17 +0200
commit975a6bff84815f536abf1324394193b8180edeaa (patch)
treefafcc672214900ef0a251b3f9322e6e11a060dda /tests/auto/qml/qqmlecmascript/data
parente034a18dfa7bc14c85d2a5641bcc0f2673199516 (diff)
tst_qqmlecmascript: Increase animation duration for reset test
On some platforms the animation speed is so slow that it produces less than 4 updates in the previously given 100ms, causing the test to be flaky. Pick-to: 6.6 6.5 Change-Id: I33912b3921a13979200e0a03287f6369db6b77a3 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tests/auto/qml/qqmlecmascript/data')
-rw-r--r--tests/auto/qml/qqmlecmascript/data/restoreObserverAfterReset.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmlecmascript/data/restoreObserverAfterReset.qml b/tests/auto/qml/qqmlecmascript/data/restoreObserverAfterReset.qml
index f6edb07705..2933d9b4d5 100644
--- a/tests/auto/qml/qqmlecmascript/data/restoreObserverAfterReset.qml
+++ b/tests/auto/qml/qqmlecmascript/data/restoreObserverAfterReset.qml
@@ -7,7 +7,7 @@ Item {
Behavior on height {
NumberAnimation {
- duration: 100
+ duration: 500
}
}