Lines Matching refs:timeout
130 @property {Number} [options.timeout] Number of milliseconds to wait before
131 aborting a transaction. When a timeout occurs, the `onTimeout` callback
133 there is no timeout.
331 timeout : 5000
410 timeout : 5000
883 if (self.options.timeout) {
886 }, self.options.timeout);
1129 // fail after a timeout to avoid blocking the transaction queue.
1131 cssTimeout = setTimeout(onError, req.timeout || 3000);
1168 // A poll timeout is already pending, so no need to create a