You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2015/02/03 02:05:15 UTC

cordova-lib git commit: CB-8398 Pinned *Android* 3.7.0, increased timeout for plugman uninstall spec

Repository: cordova-lib
Updated Branches:
  refs/heads/master 508afe623 -> 5f957e599


CB-8398 Pinned *Android* 3.7.0, increased timeout for plugman uninstall spec


Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/5f957e59
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/5f957e59
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/5f957e59

Branch: refs/heads/master
Commit: 5f957e5995821c62e249d0e2f33da3ead655f8d4
Parents: 508afe6
Author: Steve Gill <st...@gmail.com>
Authored: Mon Feb 2 17:05:09 2015 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Mon Feb 2 17:05:09 2015 -0800

----------------------------------------------------------------------
 cordova-lib/spec-plugman/uninstall.spec.js   | 2 +-
 cordova-lib/src/cordova/platformsConfig.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/5f957e59/cordova-lib/spec-plugman/uninstall.spec.js
----------------------------------------------------------------------
diff --git a/cordova-lib/spec-plugman/uninstall.spec.js b/cordova-lib/spec-plugman/uninstall.spec.js
index 3cb6101..89df356 100644
--- a/cordova-lib/spec-plugman/uninstall.spec.js
+++ b/cordova-lib/spec-plugman/uninstall.spec.js
@@ -73,7 +73,7 @@ describe('start', function() {
         ).then(
             function(){ done = true; }
         );
-        waitsFor(function() { return done; }, 'promise never resolved', 500);
+        waitsFor(function() { return done; }, 'promise never resolved', 1000);
         runs(function() {
             expect(done).toBe(true);
         });

http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/5f957e59/cordova-lib/src/cordova/platformsConfig.json
----------------------------------------------------------------------
diff --git a/cordova-lib/src/cordova/platformsConfig.json b/cordova-lib/src/cordova/platformsConfig.json
index 412ae17..d8f85d0 100644
--- a/cordova-lib/src/cordova/platformsConfig.json
+++ b/cordova-lib/src/cordova/platformsConfig.json
@@ -8,7 +8,7 @@
     "android": {
         "parser": "./metadata/android_parser",
         "url": "https://git-wip-us.apache.org/repos/asf?p=cordova-android.git",
-        "version": "3.6.4"
+        "version": "3.7.0"
     },
     "ubuntu": {
         "hostos": ["linux"],


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