| Index: net/test/local_test_server_posix.cc
|
| diff --git a/net/test/local_test_server_posix.cc b/net/test/local_test_server_posix.cc
|
| index 3756b69f4395974dd68a4246a2d105d519ddc501..3e47a0f357569c9d7c99f27e74b7ff513b136b04 100644
|
| --- a/net/test/local_test_server_posix.cc
|
| +++ b/net/test/local_test_server_posix.cc
|
| @@ -141,8 +141,7 @@ bool LocalTestServer::LaunchPython(const FilePath& testserver_path) {
|
| bool LocalTestServer::WaitToStart() {
|
| file_util::ScopedFD child_fd_closer(child_fd_closer_.release());
|
|
|
| - base::TimeDelta remaining_time = base::TimeDelta::FromMilliseconds(
|
| - TestTimeouts::action_timeout_ms());
|
| + base::TimeDelta remaining_time = TestTimeouts::action_timeout();
|
|
|
| uint32 server_data_len = 0;
|
| if (!ReadData(child_fd_, sizeof(server_data_len),
|
|
|