Index: chrome/test/out_of_proc_test_runner.cc |
=================================================================== |
--- chrome/test/out_of_proc_test_runner.cc (revision 88117) |
+++ chrome/test/out_of_proc_test_runner.cc (working copy) |
@@ -623,6 +623,7 @@ |
"process mode).\n"); |
testing::InitGoogleTest(&argc, argv); |
+ TestTimeouts::Initialize(); |
// Make sure the entire browser code is loaded into memory. Reading it |
// from disk may be slow on a busy bot, and can easily exceed the default |