another config tweak

This commit is contained in:
Adrian Cole 2010-12-27 23:05:23 +01:00
parent fe46d0d02a
commit df878f75dc
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ public class JCloudsApacheHCPerformanceLiveTest extends BaseJCloudsPerformanceLi
@BeforeClass(groups = { "integration", "live" })
public void setUpResourcesOnThisThread(ITestContext testContext) throws Exception {
exec = Executors.newCachedThreadPool();
String accesskeyid = System.getProperty("jclouds.test.identity");
String secretkey = System.getProperty("jclouds.test.credential");
String accesskeyid = System.getProperty("test.s3.identity");
String secretkey = System.getProperty("test.s3.credential");
Properties overrides = new Properties();
overrides.setProperty(PROPERTY_SO_TIMEOUT, 5000 + "");
overrides.setProperty(PROPERTY_CONNECTION_TIMEOUT, 5000 + "");