Lines Matching refs:timeout
6 Y.AsyncQueue.defaults.timeout = -1;
66 timeout : 10
133 timeout: 10
219 timeout: 10
256 timeout : 10
286 // Test during timeout
314 timeout: 10
376 timeout: 10
476 { fn: function () { results += 'D'; }, iterations: 3, timeout: 10 },
510 timeout: 10
529 // default timeout -1 triggers synchronous mode
533 { fn: inc, timeout: 10, iterations: 4 },
534 { fn: inc, timeout: -300, iterations: 4 }, // neg == sync
535 // garbage timeout doesn't throw error, but is async
536 { fn: inc, timeout: 'a',
582 timeout : 10
660 timeout: 10
847 q.defaults.timeout = 10;