aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorEirik Aavitsland <eirik.aavitsland@qt.io>2020-11-25 13:08:37 +0100
committerEirik Aavitsland <eirik.aavitsland@qt.io>2020-11-26 06:45:11 +0000
commit473ce18934d067dd3fcfd5ac4c1e8d54235497c5 (patch)
tree265b5cccd9f0686c0d176e59469267ab9b704bca /tests/manual
parentd6a5a8525936ce3009ccbe8a68b7fbfa8e50b8ae (diff)
Improve stability of animated lancelot test scene
The lancelot test has shown sensitivity to timing on some platforms; this change improves stability there. Pick-to: 6.0 Change-Id: I9c8519423635fc22724d96e0a09bcdd1dd0a0102 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/scenegraph_lancelot/data/shaders/propertyanimation/uniformanimator.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/scenegraph_lancelot/data/shaders/propertyanimation/uniformanimator.qml b/tests/manual/scenegraph_lancelot/data/shaders/propertyanimation/uniformanimator.qml
index 22691652b0..3e98088d81 100644
--- a/tests/manual/scenegraph_lancelot/data/shaders/propertyanimation/uniformanimator.qml
+++ b/tests/manual/scenegraph_lancelot/data/shaders/propertyanimation/uniformanimator.qml
@@ -13,7 +13,7 @@ Item {
fragmentShader: "qrc:shaders/property.frag"
UniformAnimator on colorProperty {
- duration: 200
+ duration: 20
from: 0.0
to: 1.0
}