You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2016/11/03 18:35:55 UTC

[2/2] android commit: Updating the timeout due to known travis issues

Updating the timeout due to known travis issues


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/3bfeda4a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/3bfeda4a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/3bfeda4a

Branch: refs/heads/master
Commit: 3bfeda4a3b9e323c5f329b304fa1480d4fcb58e4
Parents: 348b1b4
Author: Joe Bowser <bo...@apache.org>
Authored: Thu Nov 3 11:35:42 2016 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Thu Nov 3 11:35:42 2016 -0700

----------------------------------------------------------------------
 spec/e2e/plugin.spec.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/3bfeda4a/spec/e2e/plugin.spec.js
----------------------------------------------------------------------
diff --git a/spec/e2e/plugin.spec.js b/spec/e2e/plugin.spec.js
index 908e4d9..17c4258 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() {
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org