Commit d037c73e authored by Huanzhong Huang's avatar Huanzhong Huang Committed by Commit Bot

Change the HaTS survey timeout for Settings page

Bug: 1060967
Change-Id: Ia79941fe20a1e6f71165a6f53c1237f53ed2cf82
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2098685Reviewed-by: default avatarJochen Eisinger <jochen@chromium.org>
Commit-Queue: Huanzhong Huang <huanzhong@chromium.org>
Cr-Commit-Position: refs/heads/master@{#749605}
parent ef2407f8
......@@ -136,7 +136,7 @@ constexpr char kGeneratedPath[] =
#endif
// static
int SettingsUI::hats_timeout_ms_ = 10000;
int SettingsUI::hats_timeout_ms_ = 20000;
// static
void SettingsUI::SetHatsTimeoutForTesting(int timeout) {
......
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