mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 12:06:08 +00:00
[workloads/jetnews] Update default fling speed from 5000 to 15000
This commit is contained in:
parent
0a9c16b4a4
commit
871dfead35
@ -57,9 +57,10 @@ class Jetnews(ApkUiautoJankTestWorkload): # pylint: disable=too-many-ancestors
|
||||
constraint=lambda x: all(v in ['PortraitVerticalTest', 'PortraitHorizontalTest', 'LandscapeVerticalTest'] for v in x)),
|
||||
Parameter('flingspeed', kind=int,
|
||||
description="""
|
||||
Default fling speed for the tests. The default is 5000 and
|
||||
the minimum value is 1000.
|
||||
""", default=5000, constraint=lambda x: x >= 1000),
|
||||
Default fling speed for the tests. The default is 15000 and
|
||||
the minimum value is 1000. If the value is too small, it will
|
||||
take longer for the test to run.
|
||||
""", default=15000, constraint=lambda x: x >= 1000),
|
||||
Parameter('repeat', kind=int,
|
||||
description="""
|
||||
The number of times the tests should be repeated. The default
|
||||
|
Loading…
x
Reference in New Issue
Block a user