Updating the timeout due to known travis issues

This commit is contained in:
Joe Bowser 2016-11-03 11:35:42 -07:00
parent 348b1b4dda
commit 3bfeda4a3b

View File

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