Merge pull request #91 from strongloop/fix/test-timeout-in-1x

test: increase timeout for browserify
This commit is contained in:
Miroslav Bajtoš 2015-01-13 13:32:53 +01:00
commit d00c1ae5f1
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');