| 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() {
|
|
|