Skip to content

Commit

Permalink
Avoid timing issue in tests because of the bad test helper
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Jun 15, 2016
1 parent 0130a16 commit 3d7fa3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/tasks/nospawn_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ exports.nospawn = {
setTimeout(function() {
grunt.file.write(path.join(cwd, 'lib', 'interrupt.js'), write);
}, 1000);
}, function() {
// Two functions needed to run two rounds of watching
}], function(result) {
helper.verboseLog(result);
var count = result.match(new RegExp('Running "long" task', 'g')).length;
Expand Down

0 comments on commit 3d7fa3a

Please sign in to comment.