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

cordova-plugin-contacts git commit: CB-10881 Increase timeout for Spec22

Repository: cordova-plugin-contacts
Updated Branches:
  refs/heads/master 9ba66d833 -> 4a4d2acd5


CB-10881 Increase timeout for Spec22


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/4a4d2acd
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/4a4d2acd
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/4a4d2acd

Branch: refs/heads/master
Commit: 4a4d2acd58d170b1d2c7952e56adb835115d03d8
Parents: 9ba66d8
Author: Omar Mefire <om...@gmail.com>
Authored: Thu Mar 31 11:44:50 2016 -0700
Committer: Omar Mefire <om...@gmail.com>
Committed: Thu Mar 31 11:44:50 2016 -0700

----------------------------------------------------------------------
 tests/tests.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/4a4d2acd/tests/tests.js
----------------------------------------------------------------------
diff --git a/tests/tests.js b/tests/tests.js
index 9dfc90d..a169b9b 100644
--- a/tests/tests.js
+++ b/tests/tests.js
@@ -49,6 +49,7 @@ exports.defineAutoTests = function() {
         };
 
     var MEDIUM_TIMEOUT = 30000;
+    var HIGH_TIMEOUT = 120000;
 
     var removeContact = function(done) {
         if (!gContactObj) {
@@ -534,7 +535,7 @@ exports.defineAutoTests = function() {
                     .create(contact)
                     .save(saveSuccess, saveFail);
 
-            }, MEDIUM_TIMEOUT);
+            }, HIGH_TIMEOUT);
         });
 
         describe('Contact.remove method', function(done) {


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