未验证 提交 1cbc0cab 编写于 作者: A Alexander Brandes 提交者: GitHub

[JENKINS-70647] Fix `hudson.util.ProcessTreeTest#considersKillingVetosOnSlave` on macOS (#7704)

[JENKINS-70647] Fix hudson.util.ProcessTreeTest on macOS
上级 cbbf52a4
......@@ -136,7 +136,7 @@ public class ProcessTreeTest {
if (File.pathSeparatorChar == ';') {
pb.command("cmd");
} else {
pb.command("sleep", "5m");
pb.command("sleep", "300");
}
process = pb.start();
......@@ -160,7 +160,7 @@ public class ProcessTreeTest {
if (File.pathSeparatorChar == ';') {
pb.command("cmd");
} else {
pb.command("sleep", "5m");
pb.command("sleep", "300");
}
// Create an agent so we can tell it to kill the process
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册