Lines Matching refs:timeout
312 name : "timeout",
314 "timeout should not flush the global proxy": function () {
319 timeout: 1000,
322 //console.log(Y.Object.keys(YUI.Env.JSONP), "timeout should not flush the global proxy");
324 Y.Assert.fail("Success callback executed after timeout");
327 timeout: function () {
328 //console.log(Y.Object.keys(YUI.Env.JSONP), "timeout should not flush the global proxy (timeout)");
353 // and clear the wait() timeout, so having another resume() here
369 "timeout should not flush the global proxy across multiple send calls": function () {
379 timeout: 1000,
383 Y.Assert.fail("Success callback executed after timeout");
386 timeout: function () {