summaryrefslogtreecommitdiff
path: root/mocha_test/retry.js
Commit message (Expand)AuthorAgeFilesLines
* rename the new retry option to errorFilter and consolidate retry attempt cond...Bojan Djurkovic2016-08-041-4/+4
* changed the error test function to continueOperation. improved comment docume...Bojan Djurkovic2016-08-031-15/+15
* add filter option to retry() and retryable() to allow for error filtering and...Bojan Djurkovic2016-08-021-1/+101
* Make retry tests more resilientGraeme Yeates2016-07-121-2/+2
* Ensure retry can resolve synchronously in fastest caseGraeme Yeates2016-07-121-0/+10
* Retry passes all arguments to callbackGraeme Yeates2016-07-121-1/+12
* #1226, make retry interval asynchronousasync-retry-intervalGraeme Yeates2016-07-111-0/+16
* Allow custom retry intervalAlex Ianus2016-05-181-2/+24
* tighten timeoutsAlexander Early2016-04-021-1/+1
* make callback optional in retry, refactor a bitretry-optional-callbackAlexander Early2016-03-071-0/+101