Applied patch for CMIS-898

git-svn-id: https://svn.apache.org/repos/asf/chemistry/objectivecmis/trunk@1673734 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ObjectiveCMISTests/CMISBaseTest.m b/ObjectiveCMISTests/CMISBaseTest.m
index 0c557a3..facc0b8 100644
--- a/ObjectiveCMISTests/CMISBaseTest.m
+++ b/ObjectiveCMISTests/CMISBaseTest.m
@@ -78,7 +78,7 @@
             
             testBlock();
         }];
-        [self waitForCompletion:20];
+        [self waitForCompletion:30];
     }
 }
 
diff --git a/ObjectiveCMISTests/env-cfg.plist b/ObjectiveCMISTests/env-cfg.plist
index 9bbe7cd..23fe0b0 100644
--- a/ObjectiveCMISTests/env-cfg.plist
+++ b/ObjectiveCMISTests/env-cfg.plist
@@ -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>