mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-04 21:15:55 +01:00
disable timeout on build templates
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user