test_suite: Fix typo in graphics_per-week

BUG=chromium:1013371
TEST=None

Change-Id: I7afe7f83a02fe68b5d11f6f53d91c51fa303fd7e
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/1864616
Reviewed-by: Po-Hsien Wang <pwang@chromium.org>
Commit-Queue: Po-Hsien Wang <pwang@chromium.org>
Tested-by: Po-Hsien Wang <pwang@chromium.org>
Auto-Submit: Po-Hsien Wang <pwang@chromium.org>
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