mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 12:06:08 +00:00
workloads/gfxbench: Fix parameter description
This commit is contained in:
parent
e4283729c1
commit
c89ea9875e
@ -40,8 +40,7 @@ class Gfxbench(ApkUiautoWorkload):
|
||||
'''
|
||||
parameters = [
|
||||
Parameter('timeout', kind=int, default=3600,
|
||||
description=('Timeout for a single iteration of the benchmark. This value is '
|
||||
'multiplied by ``times`` to calculate the overall run timeout. ')),
|
||||
description=('Timeout for an iteration of the benchmark.')),
|
||||
]
|
||||
|
||||
def __init__(self, target, **kwargs):
|
||||
|
Loading…
x
Reference in New Issue
Block a user