Index: tools/perf/page_sets/maps.py |
diff --git a/tools/perf/page_sets/maps.py b/tools/perf/page_sets/maps.py |
index affab2963f6c56cd6c0e327762ad27f668ff80cb..a835dcedb6f222d3a97ba74b86f081d983712347 100644 |
--- a/tools/perf/page_sets/maps.py |
+++ b/tools/perf/page_sets/maps.py |
@@ -28,7 +28,7 @@ class MapsPage(page_module.Page): |
action_runner.Wait(3) |
def RunSmoothness(self, action_runner): |
- action_runner.WaitForJavaScriptCondition('window.testDone') |
+ action_runner.WaitForJavaScriptCondition('window.testDone', 120) |
class MapsPageSet(page_set_module.PageSet): |