diff options
Diffstat (limited to 'chrome/test/page_cycler/page_cycler_test.cc')
-rw-r--r-- | chrome/test/page_cycler/page_cycler_test.cc | 4 |
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) { |