Skip to content

Commit

Permalink
revert test tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
aearly committed Jul 1, 2018
1 parent 69a27d6 commit 4382365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/retry.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ describe("retry", function () {
setTimeout(function () {
expect(calls).to.equal(5);
done();
}, 10);
}, 50);
});

it("should be cancelable", function (done) {
Expand Down

0 comments on commit 4382365

Please sign in to comment.