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.
This commit is contained in:
Michał Gołębiowski 2014-03-13 03:26:27 +01:00
parent 6a89db86ed
commit 854d242db4
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
<?php
sleep(10000);
sleep(100000);
?>

View File

@ -28,7 +28,7 @@
timeoutId = setTimeout(function () {
timeoutFired = true;
window.parent.iframeCallback( false );
}, 3000);
}, 10000);
});
</script>
</body>