| Index: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/ontimeout-event-override-after-failure.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/ontimeout-event-override-after-failure.html b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/ontimeout-event-override-after-failure.html
|
| index cdb704f2293b360cf23e13cd343555be8fdc86e9..f642782a724d8e7b7f6659832115fdd90409e7b4 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/ontimeout-event-override-after-failure.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/ontimeout-event-override-after-failure.html
|
| @@ -1,3 +1,4 @@
|
| +<!doctype html>
|
| <html>
|
| <body>
|
| <pre id='console'></pre>
|
| @@ -42,7 +43,7 @@ if (window.testRunner) {
|
| }
|
|
|
| xhr.open("GET", "http://localhost:8000/xmlhttprequest/resources/access-control-basic-denied.cgi");
|
| - xhr.timeout = 100;
|
| + xhr.timeout = 180;
|
| xhr.send();
|
|
|
| setTimeout(performAssertions, 200);
|
|
|