Index: tools/perf/page_sets/maps.py |
diff --git a/tools/perf/page_sets/maps.py b/tools/perf/page_sets/maps.py |
index b535d205f217564dd116c2a49c4de939e8df230a..373bb7a3a3f2f6afef709f377aa509c077852b48 100644 |
--- a/tools/perf/page_sets/maps.py |
+++ b/tools/perf/page_sets/maps.py |
@@ -30,7 +30,7 @@ class MapsPage(page_module.Page): |
def RunPageInteractions(self, action_runner): |
with action_runner.CreateInteraction('MapAnimation'): |
action_runner.WaitForJavaScriptCondition( |
- 'window.testMetrics != undefined', 120) |
+ 'window.testMetrics != undefined', timeout_in_seconds=120) |
class MapsPageSet(story.StorySet): |