| Index: chrome/test/in_process_browser_test.cc
|
| diff --git a/chrome/test/in_process_browser_test.cc b/chrome/test/in_process_browser_test.cc
|
| index 9fc2544a2277c362dcb815d52c6e465ebc201a2a..ee5dada39de3ac5c69fcfb907cf181e5eff7fb20 100644
|
| --- a/chrome/test/in_process_browser_test.cc
|
| +++ b/chrome/test/in_process_browser_test.cc
|
| @@ -71,7 +71,7 @@ static const char kBrowserTestType[] = "browser";
|
|
|
| // Default delay for the time-out at which we stop the
|
| // inner-message loop the first time.
|
| -const int kInitialTimeoutInMS = 30000;
|
| +const int kInitialTimeoutInMS = 30000000;
|
|
|
| // Delay for sub-sequent time-outs once the initial time-out happened.
|
| const int kSubsequentTimeoutInMS = 5000;
|
|
|