From 967f9570e2aa7d07a67f8145fffe90c076fcd6d1 Mon Sep 17 00:00:00 2001 From: Sergei Trofimov Date: Mon, 29 Jun 2015 17:57:41 +0100 Subject: [PATCH] manhattan: fixing syntax error introduced by previous commit --- wlauto/workloads/glbcorp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wlauto/workloads/glbcorp/__init__.py b/wlauto/workloads/glbcorp/__init__.py index b65f4f68..18de09d5 100644 --- a/wlauto/workloads/glbcorp/__init__.py +++ b/wlauto/workloads/glbcorp/__init__.py @@ -84,7 +84,7 @@ class GlbCorp(ApkWorkload): description=('Explicitly specifies the resultion under which the benchmark will ' 'be run. If not specfied, device\'s native resoution will used.')), 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, description=""" Time out for workload execution. The workload will be killed if it hasn't completed