Home
last modified time | relevance | path

Searched refs:createTimeout (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/promise-retry/node_modules/retry/lib/
Dretry.js33 timeouts.push(this.createTimeout(i, opts));
37 timeouts.push(this.createTimeout(i, opts));
48 exports.createTimeout = function(attempt, opts) { function
/third_party/node/deps/npm/node_modules/retry/lib/
Dretry.js34 timeouts.push(this.createTimeout(i, opts));
38 timeouts.push(this.createTimeout(i, opts));
49 exports.createTimeout = function(attempt, opts) { function
/third_party/node/deps/npm/node_modules/promise-retry/node_modules/retry/
DREADME.md105 ### retry.createTimeout(attempt, opts)
113 `retry.createTimeout()` is used internally by `retry.timeouts()` and is public for you to be able t…
205 0.7.0 Some bug fixes and made retry.createTimeout() public. Fixed issues [#10](https://github.com/t…