REQ-3540: 解决依赖问题

This commit is contained in:
yanglin 2025-03-20 17:12:53 +08:00
parent e102abdd11
commit 4f47f1df50

View File

@ -36,7 +36,7 @@ public class AsyncUtils {
throw fail(message);
}
catch (TimeoutException e) {
String message = String.format("%s等待超时, 任务在后台运行, 请稍后刷新查看", op);
String message = String.format("%s等待超时, 任务在后台运行, 请稍后刷新查看或重试", op);
log.warn(message, e);
throw fail(message);
}