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

Unified Diff: third_party/WebKit/LayoutTests/virtual/threaded/fast/scroll-behavior/smooth-scroll/mousewheel-scroll-interrupted.html

Issue 2487443002: Raise timeouts on smooth scroll layout tests. (Closed)
Patch Set: fix more tests Created 4 years, 1 month 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
Index: third_party/WebKit/LayoutTests/virtual/threaded/fast/scroll-behavior/smooth-scroll/mousewheel-scroll-interrupted.html
diff --git a/third_party/WebKit/LayoutTests/virtual/threaded/fast/scroll-behavior/smooth-scroll/mousewheel-scroll-interrupted.html b/third_party/WebKit/LayoutTests/virtual/threaded/fast/scroll-behavior/smooth-scroll/mousewheel-scroll-interrupted.html
index e4e87308d088fd740ebd9c1a5d2d75190bb2f5c2..4c39e67e32a0641a9a4cfb4d8cd64518926ebf19 100644
--- a/third_party/WebKit/LayoutTests/virtual/threaded/fast/scroll-behavior/smooth-scroll/mousewheel-scroll-interrupted.html
+++ b/third_party/WebKit/LayoutTests/virtual/threaded/fast/scroll-behavior/smooth-scroll/mousewheel-scroll-interrupted.html
@@ -9,6 +9,7 @@
<script>
window.jsTestIsAsync = true;
+var defaultTimeoutForShouldBecome = 5000;
ymalik 2016/11/09 22:11:30 I suspect that the flakiness in this test may come
description("This test ensures that input driven user scrolls get cancelled\
by non-input driven scrolls.");

Powered by Google App Engine
This is Rietveld 408576698