| Index: third_party/WebKit/LayoutTests/http/tests/images/png-partial-load-no-alpha.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/images/png-partial-load-no-alpha.html b/third_party/WebKit/LayoutTests/http/tests/images/png-partial-load-no-alpha.html
|
| index 7e977fa21e3e22836dd252a34ac2ef05f0b1ebef..e8eb61983c4687c53c7eaea0cbb45dbe2759c68b 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/images/png-partial-load-no-alpha.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/images/png-partial-load-no-alpha.html
|
| @@ -24,7 +24,7 @@ function testDone()
|
| function runTest()
|
| {
|
| document.querySelector("img").src = loadAndStall() + pngImage() + "&stallAt=55297&stallFor=60";
|
| - setTimeout(testDone, 500);
|
| + setTimeout(testDone, 1500);
|
| }
|
|
|
| window.onload = function() {
|
|
|