mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-29 22:24:51 +00:00 
			
		
		
		
	workloads/gfxbench: Fix parameter description
This commit is contained in:
		| @@ -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): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user