[agent][executor]- bug - 5

This commit is contained in:
zeaslity
2023-02-25 22:45:22 +08:00
parent 29e7db26d9
commit 7e02d4c3fd

View File

@@ -135,7 +135,7 @@ public class CommandExecutor {
)); ));
// 等待1秒钟, 使得有时间进行后端任务的完成 // 等待1秒钟, 使得有时间进行后端任务的完成
//TimeUnit.SECONDS.sleep(1); TimeUnit.SECONDS.sleep(1);
// get the command result must also be a timeout smaller than the process // get the command result must also be a timeout smaller than the process
// 此处会把主线程卡死, forever终结 // 此处会把主线程卡死, forever终结