Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: Canceling flows #1542

Merged
merged 14 commits into from
Jul 2, 2018
Prev Previous commit
revert test tweak
  • Loading branch information
aearly committed Jul 1, 2018
commit 4382365580bd2aa4f0a817bf58a1cda949dabb14
2 changes: 1 addition & 1 deletion test/retry.js
Original file line number Diff line number Diff line change
@@ -119,7 +119,7 @@ describe("retry", function () {
setTimeout(function () {
expect(calls).to.equal(5);
done();
}, 10);
}, 50);
});

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