timeout for tests is increased

This commit is contained in:
Dmitri Babaev 2011-06-02 17:05:45 +04:00
parent 7e4029136e
commit 9916285ae7
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ public class NovaComputeServiceLiveTest extends ComputeBase {
}
}
@Test(timeOut = 60000)
@Test(timeOut = 120000)
public void testScriptExecutionAfterBootWithBasicTemplate() throws InterruptedException, RunNodesException, RunScriptOnNodesException, URISyntaxException, IOException {
NodeMetadata node = getDefaultNodeImmediately(group);