From 3bfeda4a3b9e323c5f329b304fa1480d4fcb58e4 Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Thu, 3 Nov 2016 11:35:42 -0700 Subject: [PATCH] Updating the timeout due to known travis issues --- spec/e2e/plugin.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/e2e/plugin.spec.js b/spec/e2e/plugin.spec.js index 908e4d91..17c4258b 100644 --- a/spec/e2e/plugin.spec.js +++ b/spec/e2e/plugin.spec.js @@ -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() {