mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
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:
parent
6a89db86ed
commit
854d242db4
@ -1,3 +1,3 @@
|
||||
<?php
|
||||
sleep(10000);
|
||||
sleep(100000);
|
||||
?>
|
||||
|
@ -28,7 +28,7 @@
|
||||
timeoutId = setTimeout(function () {
|
||||
timeoutFired = true;
|
||||
window.parent.iframeCallback( false );
|
||||
}, 3000);
|
||||
}, 10000);
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user