Author: gavincornwell
Date: Wed Apr 15 11:58:42 2015
New Revision: 1673734

URL: http://svn.apache.org/r1673734
Log:
Applied patch for CMIS-898

Modified:
    chemistry/objectivecmis/trunk/ObjectiveCMISTests/CMISBaseTest.m
    chemistry/objectivecmis/trunk/ObjectiveCMISTests/env-cfg.plist

Modified: chemistry/objectivecmis/trunk/ObjectiveCMISTests/CMISBaseTest.m
URL: 
http://svn.apache.org/viewvc/chemistry/objectivecmis/trunk/ObjectiveCMISTests/CMISBaseTest.m?rev=1673734&r1=1673733&r2=1673734&view=diff
==============================================================================
--- chemistry/objectivecmis/trunk/ObjectiveCMISTests/CMISBaseTest.m (original)
+++ chemistry/objectivecmis/trunk/ObjectiveCMISTests/CMISBaseTest.m Wed Apr 15 
11:58:42 2015
@@ -78,7 +78,7 @@
             
             testBlock();
         }];
-        [self waitForCompletion:20];
+        [self waitForCompletion:30];
     }
 }
 

Modified: chemistry/objectivecmis/trunk/ObjectiveCMISTests/env-cfg.plist
URL: 
http://svn.apache.org/viewvc/chemistry/objectivecmis/trunk/ObjectiveCMISTests/env-cfg.plist?rev=1673734&r1=1673733&r2=1673734&view=diff
==============================================================================
--- chemistry/objectivecmis/trunk/ObjectiveCMISTests/env-cfg.plist (original)
+++ chemistry/objectivecmis/trunk/ObjectiveCMISTests/env-cfg.plist Wed Apr 15 
11:58:42 2015
@@ -14,7 +14,7 @@
                        <key>password</key>
                        <string>unittest</string>
                        <key>url</key>
-                       
<string>http://ec2-176-34-173-67.eu-west-1.compute.amazonaws.com/alfresco/service/api/cmis</string>
+                       
<string>http://ec2-54-220-198-101.eu-west-1.compute.amazonaws.com/alfresco/service/api/cmis</string>
                        <key>repositoryVersion</key>
                        <string>4.0.2</string>
                        <key>repositoryId</key>
@@ -30,7 +30,7 @@
                        <key>password</key>
                        <string>unittest</string>
                        <key>url</key>
-                       
<string>http://ec2-176-34-173-67.eu-west-1.compute.amazonaws.com/alfresco/cmisatom</string>
+                       
<string>http://ec2-54-220-198-101.eu-west-1.compute.amazonaws.com/alfresco/cmisatom</string>
                        <key>repositoryVersion</key>
                        <string>4.0.2</string>
                        <key>repositoryId</key>


Reply via email to