Permalink
Browse files
Exaggerate the times for the localtimeout ajax test.
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
test/unit/ajax.js
|
@@ -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' ); |
|
|
0 comments on commit
6649ae2