Skip to content

Commit

Permalink
Stop timing out (#2889)
Browse files Browse the repository at this point in the history
Corrects a bug in #2860
  • Loading branch information
ScottFreeCode committed Jun 17, 2017
1 parent 27c7496 commit 1f270cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/regression.spec.js
Expand Up @@ -114,6 +114,7 @@ describe('regressions', function () {
assert.equal(res.stats.passes, 1);
assert.equal(res.stats.failures, 0);
assert.equal(res.code, 0);
done();
});
});

Expand Down

0 comments on commit 1f270cd

Please sign in to comment.