aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEirik Aavitsland <eirik.aavitsland@qt.io>2020-11-25 13:08:37 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-11-26 10:46:54 +0000
commita5d2a7a2c8698f2848d54207957e2b059683048d (patch)
treeb08c9936c92cef6231a6d0cbf1db545351b9aee7 /tests
parent6c1b98da02ed499c86616badcf72773be7934793 (diff)
Improve stability of animated lancelot test scene
The lancelot test has shown sensitivity to timing on some platforms; this change improves stability there. Change-Id: I9c8519423635fc22724d96e0a09bcdd1dd0a0102 Reviewed-by: Andy Nichols <andy.nichols@qt.io> (cherry picked from commit 473ce18934d067dd3fcfd5ac4c1e8d54235497c5) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'tests')
-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
}