mirror of https://github.com/apache/jclouds.git
timeout for tests is increased
This commit is contained in:
parent
7e4029136e
commit
9916285ae7
|
@ -144,7 +144,7 @@ public class NovaComputeServiceLiveTest extends ComputeBase {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test(timeOut = 60000)
|
@Test(timeOut = 120000)
|
||||||
public void testScriptExecutionAfterBootWithBasicTemplate() throws InterruptedException, RunNodesException, RunScriptOnNodesException, URISyntaxException, IOException {
|
public void testScriptExecutionAfterBootWithBasicTemplate() throws InterruptedException, RunNodesException, RunScriptOnNodesException, URISyntaxException, IOException {
|
||||||
|
|
||||||
NodeMetadata node = getDefaultNodeImmediately(group);
|
NodeMetadata node = getDefaultNodeImmediately(group);
|
||||||
|
|
Loading…
Reference in New Issue