Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

Commit

Permalink
fixup! fixup! Add after_timeout function
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham committed May 8, 2015
1 parent fd3d4b8 commit 41c4167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testharness.js
Expand Up @@ -1376,7 +1376,7 @@ policies and contribution forms [3].
var test_this = this;

return setTimeout(this.step_func(function() {
return f.call(test_this);
return f.apply(test_this, Array.prototype.slice.call(arguments, 2));
}, timeout * tests.timeout_multiplier));
}

Expand Down

0 comments on commit 41c4167

Please sign in to comment.