Exaggerate the times for the localtimeout ajax test.
This commit is contained in:
parent
66c98419aa
commit
6649ae2903
|
@ -787,7 +787,7 @@ test("jQuery.ajaxSetup({timeout: Number}) with localtimeout", function() {
|
||||||
|
|
||||||
jQuery.ajax({
|
jQuery.ajax({
|
||||||
type: "GET",
|
type: "GET",
|
||||||
timeout: 5000,
|
timeout: 15000,
|
||||||
url: url("data/name.php?wait=1"),
|
url: url("data/name.php?wait=1"),
|
||||||
error: function() {
|
error: function() {
|
||||||
ok( false, 'Check for local timeout failed' );
|
ok( false, 'Check for local timeout failed' );
|
||||||
|
|
Loading…
Reference in a new issue