CB-11033 Appium tests: more timeout tweaks
diff --git a/appium-tests/common/common.spec.js b/appium-tests/common/common.spec.js
index a7bada7..bba997e 100644
--- a/appium-tests/common/common.spec.js
+++ b/appium-tests/common/common.spec.js
@@ -133,7 +133,7 @@
     function renameContact(oldName, newGivenName, newFamilyName) {
         return driver
             .context(webviewContext)
-            .setAsyncScriptTimeout(5 * MINUTE)
+            .setAsyncScriptTimeout(4 * MINUTE)
             .executeAsync(function (oldname, newgivenname, newfamilyname, callback) {
                 var obj = new ContactFindOptions();
                 obj.filter = oldname;
@@ -263,7 +263,7 @@
                 })
                 .fail(saveScreenshotAndFail)
                 .done(done);
-        }, 5 * MINUTE);
+        }, 6 * MINUTE);
 
         it('contacts.ui.spec.3 Create a contact with no name', function (done) {
             driver