Commit 565a0064 authored by tonyg's avatar tonyg Committed by Commit bot

[Telemetry] Raise timeout on maps smoothness test.

It's timing out on some android bots and from a local run, it seems
to just be legitimately slower than the default 60s timeout.

BUG=405381

Review URL: https://codereview.chromium.org/510413002

Cr-Commit-Position: refs/heads/master@{#292437}
parent 5bfa7b35
...@@ -28,7 +28,7 @@ class MapsPage(page_module.Page): ...@@ -28,7 +28,7 @@ class MapsPage(page_module.Page):
action_runner.Wait(3) action_runner.Wait(3)
def RunSmoothness(self, action_runner): def RunSmoothness(self, action_runner):
action_runner.WaitForJavaScriptCondition('window.testDone') action_runner.WaitForJavaScriptCondition('window.testDone', 120)
class MapsPageSet(page_set_module.PageSet): class MapsPageSet(page_set_module.PageSet):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment