| Index: chrome/test/reliability/page_load_test.cc
|
| diff --git a/chrome/test/reliability/page_load_test.cc b/chrome/test/reliability/page_load_test.cc
|
| index b3fbeb686627d41762890bfbd28452b654fde05b..9d158ab5f43f95c16e607443b359435fa0d9c70d 100644
|
| --- a/chrome/test/reliability/page_load_test.cc
|
| +++ b/chrome/test/reliability/page_load_test.cc
|
| @@ -193,7 +193,7 @@ class PageLoadTest : public UITest {
|
| // TabProxy should be released before Browser is closed.
|
| scoped_refptr<TabProxy> tab_proxy(GetActiveTab());
|
| if (tab_proxy.get()) {
|
| - result = tab_proxy->NavigateToURLWithTimeout(url, g_timeout_ms,
|
| + result = tab_proxy->NavigateToURLWithTimeout(url, 1, g_timeout_ms,
|
| &is_timeout);
|
| }
|
|
|
|
|