test: increase timeout for browserify
This commit is contained in:
parent
edb1f1fdce
commit
93bfc3a63a
|
@ -7,6 +7,8 @@ var sandbox = require('./helpers/sandbox');
|
||||||
var vm = require('vm');
|
var vm = require('vm');
|
||||||
|
|
||||||
describe('browser support', function() {
|
describe('browser support', function() {
|
||||||
|
this.timeout(60000); // 60s to give browserify enough time to finish
|
||||||
|
|
||||||
it('has API for bundling and executing boot instructions', function(done) {
|
it('has API for bundling and executing boot instructions', function(done) {
|
||||||
var appDir = path.resolve(__dirname, './fixtures/browser-app');
|
var appDir = path.resolve(__dirname, './fixtures/browser-app');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue