Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(417)

Unified Diff: tools/perf/page_sets/maps.py

Issue 510413002: [Telemetry] Raise timeout on maps smoothness test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698