mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
The timeout test was waiting for 10 seconds - unnecessary, lowered it to 1 second.
This commit is contained in:
@@ -821,7 +821,7 @@ test("ajaxSetup()", function() {
|
||||
test("custom timeout does not set error message when timeout occurs, see #970", function() {
|
||||
stop();
|
||||
jQuery.ajax({
|
||||
url: "data/name.php?wait=10",
|
||||
url: "data/name.php?wait=1",
|
||||
timeout: 500,
|
||||
error: function(request, status) {
|
||||
ok( status != null, "status shouldn't be null in error handler" );
|
||||
|
||||
Reference in New Issue
Block a user