mirror of https://github.com/apache/jclouds.git
another config tweak
This commit is contained in:
parent
fe46d0d02a
commit
df878f75dc
|
@ -46,8 +46,8 @@ public class JCloudsApacheHCPerformanceLiveTest extends BaseJCloudsPerformanceLi
|
||||||
@BeforeClass(groups = { "integration", "live" })
|
@BeforeClass(groups = { "integration", "live" })
|
||||||
public void setUpResourcesOnThisThread(ITestContext testContext) throws Exception {
|
public void setUpResourcesOnThisThread(ITestContext testContext) throws Exception {
|
||||||
exec = Executors.newCachedThreadPool();
|
exec = Executors.newCachedThreadPool();
|
||||||
String accesskeyid = System.getProperty("jclouds.test.identity");
|
String accesskeyid = System.getProperty("test.s3.identity");
|
||||||
String secretkey = System.getProperty("jclouds.test.credential");
|
String secretkey = System.getProperty("test.s3.credential");
|
||||||
Properties overrides = new Properties();
|
Properties overrides = new Properties();
|
||||||
overrides.setProperty(PROPERTY_SO_TIMEOUT, 5000 + "");
|
overrides.setProperty(PROPERTY_SO_TIMEOUT, 5000 + "");
|
||||||
overrides.setProperty(PROPERTY_CONNECTION_TIMEOUT, 5000 + "");
|
overrides.setProperty(PROPERTY_CONNECTION_TIMEOUT, 5000 + "");
|
||||||
|
|
Loading…
Reference in New Issue