test: increase timeout for browserify

A backport of 93bfc3a63
This commit is contained in:
Miroslav Bajtoš 2015-01-13 10:42:38 +01:00
parent ab29c8e91c
commit d396ca85bc
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');