Searched refs:retryIn (Results 1 – 2 of 2) sorted by relevance
537 const seconds retryIn = error() == Timeout ? 0s : getNextRetryInterval(); in finishJob() local540 << " in " << retryIn.count() << " s"; in finishJob()541 d->retryTimer.start(retryIn); in finishJob()542 emit retryScheduled(d->retriesTaken, milliseconds(retryIn).count()); in finishJob()
622 const seconds retryIn = error() == Timeout ? 0s in finishJob() local627 << retryIn.count() << " s"; in finishJob()629 d->retryTimer.start(retryIn); in finishJob()630 emit retryScheduled(d->retriesTaken, milliseconds(retryIn).count()); in finishJob()