test: increase timeout for browserify

This commit is contained in:
Miroslav Bajtoš 2014-08-18 14:35:19 +02:00
parent edb1f1fdce
commit 93bfc3a63a
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ var sandbox = require('./helpers/sandbox');
var vm = require('vm');
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) {
var appDir = path.resolve(__dirname, './fixtures/browser-app');