| Index: third_party/WebKit/LayoutTests/http/tests/images/jpeg-partial-load.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/images/jpeg-partial-load.html b/third_party/WebKit/LayoutTests/http/tests/images/jpeg-partial-load.html
|
| index 9fec0c9466cc7eb1e4d9c93af54edbf69d660f40..852cdb7ec162a4f3484f48385a426e4876a1080f 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/images/jpeg-partial-load.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/images/jpeg-partial-load.html
|
| @@ -23,7 +23,7 @@ function testDone()
|
| function runTest()
|
| {
|
| document.querySelector("img").src = loadAndStall() + jpegImage() + "&stallAt=14337&stallFor=60";
|
| - setTimeout(testDone, 500);
|
| + setTimeout(testDone, 1500);
|
| }
|
|
|
| window.onload = function() {
|
|
|