Skip to content

Commit

Permalink
Fix for runnable.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
craigtaub committed May 21, 2020
1 parent 792292a commit 1edfb70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/runnable.js
Expand Up @@ -36,6 +36,7 @@ function Runnable(title, fn) {
this.sync = !this.async;
this._timeout = 2000;
this._slow = 75;
this._enableTimeouts = true;
this._retries = -1;
this.reset();
}
Expand Down

0 comments on commit 1edfb70

Please sign in to comment.