up build timeout

v1.18.x
Barış Soner Uşaklı 8 years ago
parent 7b7565ee8e
commit c168ed43d4

@ -7,6 +7,7 @@ var db = require('./mocks/databasemock');
describe('Build', function () {
it('should build all assets', function (done) {
this.timeout(50000);
var build = require('../src/meta/build');
build.buildAll(function (err) {
assert.ifError(err);

Loading…
Cancel
Save