| Index: chrome/test/perf/tab_switching_test.cc
|
| diff --git a/chrome/test/perf/tab_switching_test.cc b/chrome/test/perf/tab_switching_test.cc
|
| index 4ae8cb62863cb2a548cb989e937b1d0644e70789..76e2ecaa73d115634ba5a71b75ed7a736cae11b2 100644
|
| --- a/chrome/test/perf/tab_switching_test.cc
|
| +++ b/chrome/test/perf/tab_switching_test.cc
|
| @@ -97,7 +97,8 @@ class TabSwitchingUITest : public UIPerfTest {
|
| ASSERT_TRUE(browser_proxy_->GetTabCount(&final_tab_count));
|
| for (int j = initial_tab_count; j < final_tab_count; ++j) {
|
| ASSERT_TRUE(browser_proxy_->ActivateTab(j));
|
| - ASSERT_TRUE(browser_proxy_->WaitForTabToBecomeActive(j, 10000));
|
| + ASSERT_TRUE(browser_proxy_->WaitForTabToBecomeActive(
|
| + j, base::TimeDelta::FromSeconds(10)));
|
| }
|
|
|
| // Close the browser to force a dump of log.
|
|
|