1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-19 04:21:17 +00:00

manhattan: fixing syntax error introduced by previous commit

This commit is contained in:
Sergei Trofimov 2015-06-29 17:57:41 +01:00
parent 19d6ce5486
commit 967f9570e2

View File

@ -84,7 +84,7 @@ class GlbCorp(ApkWorkload):
description=('Explicitly specifies the resultion under which the benchmark will ' description=('Explicitly specifies the resultion under which the benchmark will '
'be run. If not specfied, device\'s native resoution will used.')), 'be run. If not specfied, device\'s native resoution will used.')),
Parameter('test_id', default='gl_manhattan_off', allowed_values=valid_test_ids, Parameter('test_id', default='gl_manhattan_off', allowed_values=valid_test_ids,
description='ID of the GFXBench test to be run.') description='ID of the GFXBench test to be run.'),
Parameter('run_timeout', kind=int, default=10 * 60, Parameter('run_timeout', kind=int, default=10 * 60,
description=""" description="""
Time out for workload execution. The workload will be killed if it hasn't completed Time out for workload execution. The workload will be killed if it hasn't completed