Skip to content

Commit 1edfb70

Browse files
committed
Fix for runnable.spec.js
1 parent 792292a commit 1edfb70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/runnable.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ function Runnable(title, fn) {
3636
this.sync = !this.async;
3737
this._timeout = 2000;
3838
this._slow = 75;
39+
this._enableTimeouts = true;
3940
this._retries = -1;
4041
this.reset();
4142
}

0 commit comments

Comments
 (0)