| Index: third_party/WebKit/LayoutTests/http/tests/images/bmp-partial-load.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/images/bmp-partial-load.html b/third_party/WebKit/LayoutTests/http/tests/images/bmp-partial-load.html
|
| index f203b3d8b2abfd09c6201c71c826946073620b30..3edcb81c99fe839440d1f5fb7de50395cf2a6390 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/images/bmp-partial-load.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/images/bmp-partial-load.html
|
| @@ -23,7 +23,7 @@ function testDone()
|
| function runTest()
|
| {
|
| document.querySelector("img").src = loadAndStall() + bmpImage() + "&stallAt=104000&stallFor=60";
|
| - setTimeout(testDone, 500);
|
| + setTimeout(testDone, 1500);
|
| }
|
|
|
| window.onload = function() {
|
|
|