summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/test/automated_ui_tests/automated_ui_tests.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/test/automated_ui_tests/automated_ui_tests.cc b/chrome/test/automated_ui_tests/automated_ui_tests.cc
index 58c9f1b..4d18706 100644
--- a/chrome/test/automated_ui_tests/automated_ui_tests.cc
+++ b/chrome/test/automated_ui_tests/automated_ui_tests.cc
@@ -209,7 +209,7 @@ void AutomatedUITest::RunAutomatedUITest() {
if (DidCrash(true)) {
LogCrashResult(WideToASCII(GetMostRecentCrashDump()), false);
// Try and start up again.
- Sleep(1000);
+ Sleep(500);
CloseBrowserAndServer();
LaunchBrowserAndServer();
if (DidCrash(true)) {
@@ -264,7 +264,7 @@ void AutomatedUITest::RunAutomatedUITest() {
} else {
// If there was a previous crash, just tear down without logging, so
// that we know what the last command was before we crashed.
- Sleep(1000);
+ Sleep(500);
CloseBrowserAndServer();
}
@@ -368,7 +368,7 @@ bool AutomatedUITest::DoAction(const std::string & action) {
} else if (LowerCaseEqualsASCII(action, "taskmanager")) {
did_complete_action = OpenTaskManagerDialog();
} else if (LowerCaseEqualsASCII(action, "teardown")) {
- Sleep(1000);
+ Sleep(500);
CloseBrowserAndServer();
did_complete_action = true;
} else if (LowerCaseEqualsASCII(action, "testclearbrowserdata")) {