mirror of
https://github.com/corda/corda.git
synced 2025-01-01 18:56:44 +00:00
Increase test timeout for Jenkins even more
This commit is contained in:
parent
db683f2b4e
commit
67551a8bde
@ -48,7 +48,7 @@ public class AegisAgentCommandLineTest {
|
||||
String main = Main.class.getName();
|
||||
String cp = System.getProperty("java.class.path");
|
||||
Process process = new ProcessBuilder("java", "-javaagent:" + jar + "=" + config, "-cp", cp, main).start();
|
||||
process.waitFor(10, TimeUnit.SECONDS);
|
||||
process.waitFor(100, TimeUnit.SECONDS);
|
||||
assertFalse(process.isAlive());
|
||||
|
||||
String out = new String(TestUtils.inputStreamReadAllBytes(process.getInputStream()), UTF_8);
|
||||
|
Loading…
Reference in New Issue
Block a user