From 85ba301d095439541c4f66349766885a0f401ccb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Thu, 13 Mar 2014 03:26:27 +0100 Subject: [PATCH] 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) --- test/data/core/dont_return.php | 2 +- test/data/core/dynamic_ready.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); }); -- 2.39.5