Commit 149c3193 authored by Joe Mason's avatar Joe Mason Committed by Commit Bot

Add warning notice to chrome_cleaner timeout switches

R=proberge

Change-Id: I0c5b4ba69c8a39f3336989fee5bddc700da48aa0
Reviewed-on: https://chromium-review.googlesource.com/c/1286282Reviewed-by: default avatarproberge <proberge@chromium.org>
Commit-Queue: Joe Mason <joenotcharles@chromium.org>
Cr-Commit-Position: refs/heads/master@{#600515}
parent 7e48feb0
......@@ -10,6 +10,8 @@ namespace chrome_cleaner {
// Set the timeout for the cleaning phase, in minutes. 0 disables the timeout
// entirely.
// WARNING: this switch is used by internal test systems. Be careful when making
// changes.
const char kCleaningTimeoutMinutesSwitch[] = "cleaning-timeout";
// Identifier used to group all reports generated during the same run of the
......@@ -130,6 +132,8 @@ const char kScanLocationsSwitch[] = "scan-locations";
// Set the timeout for the scanning phase, in minutes. 0 disables the timeout
// entirely.
// WARNING: this switch is used by internal test systems. Be careful when making
// changes.
const char kScanningTimeoutMinutesSwitch[] = "scanning-timeout";
// Set a test logging URL, where logs will be uploaded.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment