Skip to content

Commit

Permalink
fix: corrected tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonmoeller committed Oct 12, 2016
1 parent dfae7c8 commit d460e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/cronut.js
Expand Up @@ -11,7 +11,7 @@ test('should schedule a task', async t => {
);

return new Promise(resolve => {
setTimeout(unschedule, 5000);
setTimeout(resolve, 10000);
setTimeout(unschedule, 5500);
setTimeout(resolve, 10500);
});
});

0 comments on commit d460e71

Please sign in to comment.