summaryrefslogtreecommitdiffstats
path: root/chrome/test/page_cycler
diff options
context:
space:
mode:
authorchase@chromium.org <chase@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-08 20:51:18 +0000
committerchase@chromium.org <chase@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-08 20:51:18 +0000
commitac2431694039657d10b877e17eab88e0ed93142f (patch)
treee9782108e981c3c5c002c8ac621d2115371b5d64 /chrome/test/page_cycler
parent612d2f8ad02a0e9f7de2fe7073022b4b212f2b5d (diff)
downloadchromium_src-ac2431694039657d10b877e17eab88e0ed93142f.zip
chromium_src-ac2431694039657d10b877e17eab88e0ed93142f.tar.gz
chromium_src-ac2431694039657d10b877e17eab88e0ed93142f.tar.bz2
Revert "Sleep around printing page cycler results."
Originally committed in r32954. The underlying problem was fixed in r33704 and r33736. BUG=28764 TEST=morejs page cycler continues to get results for reference build Review URL: http://codereview.chromium.org/460124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34082 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/page_cycler')
-rw-r--r--chrome/test/page_cycler/page_cycler_test.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/test/page_cycler/page_cycler_test.cc b/chrome/test/page_cycler/page_cycler_test.cc
index 099beab..9c4f8bc 100644
--- a/chrome/test/page_cycler/page_cycler_test.cc
+++ b/chrome/test/page_cycler/page_cycler_test.cc
@@ -235,8 +235,6 @@ class PageCyclerTest : public UITest {
RunPageCycler(name, &pages, &timings, use_http);
if (timings.empty())
return;
- // wait 2 seconds to allow automation messages to print
- PlatformThread::Sleep(2000);
size_t stop_size = base::GetSystemCommitCharge();
FilePath data_dir;
@@ -251,8 +249,6 @@ class PageCyclerTest : public UITest {
wprintf(L"\nPages: [%ls]\n", pages.c_str());
PrintResultList("times", "", trace_name, timings, "ms",
true /* important */);
- // wait 2 seconds to allow automation messages to print
- PlatformThread::Sleep(2000);
}
void RunTest(const char* name, bool use_http) {