diff --git a/test/browser.test.js b/test/browser.test.js index 1d5c660..3a6c94b 100644 --- a/test/browser.test.js +++ b/test/browser.test.js @@ -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');