| 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) {
|
|
|