| 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 089e6ac0bdbc604b75b388bb0e34a70bdad243ae..dda6d57e21950ca5747495965e19b627eb1c4458 100644
|
| --- a/chrome/test/base/ui_test_utils.cc
|
| +++ b/chrome/test/base/ui_test_utils.cc
|
| @@ -908,7 +908,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) {
|
|
|