diff --git a/test/build.js b/test/build.js index 35471d0fd6..20888f0b0c 100644 --- a/test/build.js +++ b/test/build.js @@ -188,6 +188,7 @@ describe('Build', function (done) { }); it('should build templates', function (done) { + this.timeout(0); build.build(['templates'], function (err) { assert.ifError(err); var filename = path.join(__dirname, '../build/public/templates/admin/header.tpl');