U 优化任务执行测试的提示信息

pull/442/head
vapao 2021-12-30 10:32:44 +08:00
parent e049f9f160
commit 76458c6ade
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class ComTable extends React.Component {
handleTest = (text) => {
Modal.confirm({
title: '操作确认',
content: '立即以串行模式执行该任务(不影响调度规则,且不会触发失败通知',
content: '立即以串行模式执行该任务(不影响调度规则,且不会触发失败通知测试执行会有120秒的超时真实调度执行无此限制',
onOk: () => http.post(`/api/schedule/${text.id}/`, null, {timeout: 120000})
.then(res => store.showInfo(text, res))
})