| Index: chrome/browser/extensions/api/system_indicator/system_indicator_apitest.cc
|
| diff --git a/chrome/browser/extensions/api/system_indicator/system_indicator_apitest.cc b/chrome/browser/extensions/api/system_indicator/system_indicator_apitest.cc
|
| index a27314d2c3e0c49a93d75a664f6b4c747c8b8f0d..381b607b39bd26dd7ca91daf3c55ca78d70ea49c 100644
|
| --- a/chrome/browser/extensions/api/system_indicator/system_indicator_apitest.cc
|
| +++ b/chrome/browser/extensions/api/system_indicator/system_indicator_apitest.cc
|
| @@ -21,9 +21,9 @@ class SystemIndicatorApiTest : public ExtensionApiTest {
|
| // Set shorter delays to prevent test timeouts in tests that need to wait
|
| // for the event page to unload.
|
| command_line->AppendSwitchASCII(
|
| - extensions::switches::kEventPageIdleTime, "1");
|
| + extensions::switches::kEventPageIdleTime, "1000");
|
| command_line->AppendSwitchASCII(
|
| - extensions::switches::kEventPageSuspendingTime, "1");
|
| + extensions::switches::kEventPageSuspendingTime, "1000");
|
| }
|
|
|
| const extensions::Extension* LoadExtensionAndWait(
|
|
|