mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Exaggerate the times for the localtimeout ajax test.
This commit is contained in:
@@ -787,7 +787,7 @@ test("jQuery.ajaxSetup({timeout: Number}) with localtimeout", function() {
|
||||
|
||||
jQuery.ajax({
|
||||
type: "GET",
|
||||
timeout: 5000,
|
||||
timeout: 15000,
|
||||
url: url("data/name.php?wait=1"),
|
||||
error: function() {
|
||||
ok( false, 'Check for local timeout failed' );
|
||||
|
||||
Reference in New Issue
Block a user