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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/images/webp-partial-load.html

Issue 2505073003: LayoutTests: Update webp-partial-load.html to wait longer. (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/images/webp-partial-load.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/images/webp-partial-load.html b/third_party/WebKit/LayoutTests/http/tests/images/webp-partial-load.html
index 842a8903dd5c708b44a42492b445c26ad96f8bfe..e44fe7720af7e5615395bab991256ba78378693d 100644
--- a/third_party/WebKit/LayoutTests/http/tests/images/webp-partial-load.html
+++ b/third_party/WebKit/LayoutTests/http/tests/images/webp-partial-load.html
@@ -24,7 +24,7 @@ function runTest()
{
var image = document.getElementsByTagName('img')[0];
image.src = loadAndStall() + webpImage() + "&stallAt=2400&stallFor=60";
- setTimeout(testDone, 500);
+ setTimeout(testDone, 1500);
}
window.onload = function() {
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698