| Index: chrome/test/memory_test/memory_test.cc
|
| diff --git a/chrome/test/memory_test/memory_test.cc b/chrome/test/memory_test/memory_test.cc
|
| index 47ac9600cd89db1fffcda29f37e31e5dcf3e398e..2bd8d1b471d6cd928fb57b7ee2110775c8914d6c 100644
|
| --- a/chrome/test/memory_test/memory_test.cc
|
| +++ b/chrome/test/memory_test/memory_test.cc
|
| @@ -249,7 +249,7 @@ class MemoryTest : public UITest {
|
|
|
| const int kMaxWaitTime = 5000;
|
| bool timed_out = false;
|
| - tab->NavigateToURLWithTimeout(GURL(urls[counter]), kMaxWaitTime,
|
| + tab->NavigateToURLWithTimeout(GURL(urls[counter]), 1, kMaxWaitTime,
|
| &timed_out);
|
| if (timed_out)
|
| printf("warning: %s timed out!\n", urls[counter].c_str());
|
|
|