Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6939)

Unified Diff: chrome/test/base/ui_test_utils.cc

Issue 10736064: Switch to TimeDelta interfaces in chrome automation test infrastructure. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/automation/proxy_launcher.cc ('k') | chrome/test/mini_installer_test/installer_test_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/ui_test_utils.cc
diff --git a/chrome/test/base/ui_test_utils.cc b/chrome/test/base/ui_test_utils.cc
index 006aa6e99f071caeebfcae0577f10a41d5211f0a..f3a74d3b39de68f7742fa722b61c6f73613217e3 100644
--- a/chrome/test/base/ui_test_utils.cc
+++ b/chrome/test/base/ui_test_utils.cc
@@ -950,7 +950,7 @@ bool TestWebSocketServer::Start(const FilePath& root_directory) {
bool wait_success = base::WaitForExitCodeWithTimeout(
process_handle,
&exit_code,
- TestTimeouts::action_max_timeout_ms());
+ TestTimeouts::action_max_timeout());
base::CloseProcessHandle(process_handle);
if (!wait_success || exit_code != 0) {
« no previous file with comments | « chrome/test/automation/proxy_launcher.cc ('k') | chrome/test/mini_installer_test/installer_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698