mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +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) {
|
it('should build templates', function (done) {
|
||||||
|
this.timeout(0);
|
||||||
build.build(['templates'], function (err) {
|
build.build(['templates'], function (err) {
|
||||||
assert.ifError(err);
|
assert.ifError(err);
|
||||||
var filename = path.join(__dirname, '../build/public/templates/admin/header.tpl');
|
var filename = path.join(__dirname, '../build/public/templates/admin/header.tpl');
|
||||||
|
|||||||
Reference in New Issue
Block a user