You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/10/07 16:27:09 UTC

git commit: CB-7721 - cordova-lib tests fail (on older hardware - promises timeout on spec-plugman/uninstall-browserify)

Repository: cordova-lib
Updated Branches:
  refs/heads/master 7ab3be8f5 -> 3e057dfa1


CB-7721 - cordova-lib tests fail (on older hardware - promises timeout on spec-plugman/uninstall-browserify)

This closes #101


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

Branch: refs/heads/master
Commit: 3e057dfa1344a22d41c3d8274956f21d8dfdd1ad
Parents: 7ab3be8
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Oct 6 22:19:18 2014 -0700
Committer: Ian Clelland <ic...@chromium.org>
Committed: Tue Oct 7 09:59:47 2014 -0400

----------------------------------------------------------------------
 cordova-lib/spec-plugman/uninstall-browserify.spec.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/3e057dfa/cordova-lib/spec-plugman/uninstall-browserify.spec.js
----------------------------------------------------------------------
diff --git a/cordova-lib/spec-plugman/uninstall-browserify.spec.js b/cordova-lib/spec-plugman/uninstall-browserify.spec.js
index 4960dc8..5a04b4d 100644
--- a/cordova-lib/spec-plugman/uninstall-browserify.spec.js
+++ b/cordova-lib/spec-plugman/uninstall-browserify.spec.js
@@ -70,7 +70,7 @@ describe('start', function() {
         ).then(
             function(){ done = true; }
         );
-        waitsFor(function() { return done; }, 'promise never resolved', 500);
+        waitsFor(function() { return done; }, 'promise never resolved', 1000);
     });
 });
 


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