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>
This commit is contained in:
Eirik Aavitsland 2020-11-25 13:08:37 +01:00
parent d6a5a85259
commit 473ce18934
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Item {
fragmentShader: "qrc:shaders/property.frag"
UniformAnimator on colorProperty {
duration: 200
duration: 20
from: 0.0
to: 1.0
}