rochdev/tinto

View on GitHub
lib/utils/wait.js

Summary

Maintainability
A
1 hr
Test Coverage

Function until has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

Wait.prototype.until = function(runnable, negate) {
  var self = this;
  var deferred = Q.defer();
  var retryTimeout;
  var lastResults;
Severity: Minor
Found in lib/utils/wait.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status