strip timeout override left from debugging

This commit is contained in:
Spencer Alger
2015-07-02 13:07:27 -07:00
parent 863cb7a61c
commit 878a3e41ce

View File

@ -28,7 +28,6 @@ module.exports = function (branch) {
before(function () {
// make sure ES is empty
this.timeout(0);
return clientManager.get().clearEs();
});