From: Michał Gołębiowski Date: Thu, 13 Mar 2014 02:26:27 +0000 (+0100) Subject: Core: Bump timeouts to stabilize doc ready test X-Git-Tag: 1.11.1-beta1~24 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=85ba301d095439541c4f66349766885a0f401ccb;p=jquery.git Core: Bump timeouts to stabilize doc ready test The "document ready when jQuery loaded asynchronously" test fails all the time in iOS7 and sometimes in other browsers. Bumping the timeouts *might* help these other browsers to be less flakey here. (cherry-picked from 854d242db457e3191e3ca1f2a366f6c981a12fbc) --- diff --git a/test/data/core/dont_return.php b/test/data/core/dont_return.php index 3ac56e1ef..4168cb3f7 100644 --- a/test/data/core/dont_return.php +++ b/test/data/core/dont_return.php @@ -1,3 +1,3 @@ diff --git a/test/data/core/dynamic_ready.html b/test/data/core/dynamic_ready.html index 799145b98..3b29c1104 100644 --- a/test/data/core/dynamic_ready.html +++ b/test/data/core/dynamic_ready.html @@ -28,7 +28,7 @@ timeoutId = setTimeout(function () { timeoutFired = true; window.parent.iframeCallback( false ); - }, 3000); + }, 10000); });