| Index: chrome/browser/apps/app_browsertest_util.cc
|
| diff --git a/chrome/browser/apps/app_browsertest_util.cc b/chrome/browser/apps/app_browsertest_util.cc
|
| index 99000700718da1d2e8a21d44cfc48f94739d7f79..e84831fc199728b228319cca5027a53649b8fc92 100644
|
| --- a/chrome/browser/apps/app_browsertest_util.cc
|
| +++ b/chrome/browser/apps/app_browsertest_util.cc
|
| @@ -36,8 +36,8 @@ void PlatformAppBrowserTest::SetUpCommandLine(CommandLine* command_line) {
|
| ExtensionBrowserTest::SetUpCommandLine(command_line);
|
|
|
| // Make event pages get suspended quicker.
|
| - command_line->AppendSwitchASCII(switches::kEventPageIdleTime, "1");
|
| - command_line->AppendSwitchASCII(switches::kEventPageSuspendingTime, "1");
|
| + command_line->AppendSwitchASCII(switches::kEventPageIdleTime, "1000");
|
| + command_line->AppendSwitchASCII(switches::kEventPageSuspendingTime, "1000");
|
| }
|
|
|
| // static
|
|
|