Updating the timeout due to known travis issues

This commit is contained in:
Joe Bowser 2016-11-03 11:35:42 -07:00
parent 94e9bd5e26
commit e856613787

View File

@ -20,7 +20,7 @@
var path = require('path'), var path = require('path'),
actions = require('./helpers/projectActions.js'); actions = require('./helpers/projectActions.js');
var PLUGIN_ADD_TIMEOUT = 60000; var PLUGIN_ADD_TIMEOUT = 90000;
describe('plugin add', function() { describe('plugin add', function() {