test_suite: Fix typo in graphics_per-week
am: 5157ba6fb9

Change-Id: Ic70a8fdafdd6d97963676107da487996757a002c
diff --git a/test_suites/control.graphics_per-week b/test_suites/control.graphics_per-week
index e6e2e00..43e7e51 100644
--- a/test_suites/control.graphics_per-week
+++ b/test_suites/control.graphics_per-week
@@ -3,7 +3,7 @@
 # found in the LICENSE file.
 
 AUTHOR = "chromeos-gfx"
-NAME = "graphics_per-day"
+NAME = "graphics_per-week"
 PURPOSE = "Graphics tests."
 
 TIME = "MEDIUM"
@@ -12,7 +12,7 @@
 TEST_TYPE = "Server"
 
 DOC = """
-This is the part of the graphics test suite which should run once every day.
+This is the part of the graphics test suite which should run once every week.
 
 @param build: The name of the image to test.
               Ex: x86-mario-release/R17-1412.33.0-a1-b29
@@ -29,7 +29,7 @@
 args_dict['max_runtime_mins'] = 1440
 args_dict['timeout_mins'] = 4320
 args_dict['file_bugs'] = False
-args_dict['name'] = 'graphics_per-day'
+args_dict['name'] = 'graphics_per-week'
 args_dict['job'] = job
 args_dict['add_experimental'] = True
 args_dict['bug_template'] = _BUG_TEMPLATE