Skip to content

Commit

Permalink
Stop timing out
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottFreeCode committed Jun 17, 2017
1 parent 27c7496 commit afcc2b1
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 afcc2b1

Please sign in to comment.