From 6649ae290373e147ef5d2f6b3664dadc1e2779a6 Mon Sep 17 00:00:00 2001 From: John Resig Date: Tue, 21 Jul 2009 20:24:12 +0000 Subject: [PATCH] Exaggerate the times for the localtimeout ajax test. --- test/unit/ajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/ajax.js b/test/unit/ajax.js index 942f9be..2a6bc32 100644 --- a/test/unit/ajax.js +++ b/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' ); -- 1.7.10.4