| Index: tools/perf/measurements/tab_switching.py
|
| diff --git a/tools/perf/measurements/tab_switching.py b/tools/perf/measurements/tab_switching.py
|
| index 8bfacb21e4c20406a9059dbad16143759b8ff55f..a613c4d563b5215449721f3784a2474739b4c89c 100644
|
| --- a/tools/perf/measurements/tab_switching.py
|
| +++ b/tools/perf/measurements/tab_switching.py
|
| @@ -58,7 +58,7 @@ class TabSwitching(page_measurement.PageMeasurement):
|
| util.WaitFor(tab.HasReachedQuiescence, 60)
|
|
|
| self._power_metric.Start(page, tab)
|
| - time.sleep(5)
|
| + time.sleep(60)
|
| self._power_metric.Stop(page, tab)
|
| self._power_metric.AddResults(tab, results,)
|
|
|
|
|