提交 dd80f981 编写于 作者: B baoliang

update sleep exception

上级 1c72a4b9
......@@ -420,7 +420,7 @@ public abstract class AbstractCommandExecutor {
if (applicationStatus.equals(ExecutionStatus.SUCCESS)) {
break;
}
Thread.sleep(Constants.SLEEP_TIME_MILLIS);
ThreadUtils.sleep(Constants.SLEEP_TIME_MILLIS);
}
}
} catch (Exception e) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册