Commit d479af9b by DuJunLi

增加睡眠时间

parent 292db45b
...@@ -38,7 +38,7 @@ public class TestDoForceOpenTraining extends BaseCreateTrainingData { ...@@ -38,7 +38,7 @@ public class TestDoForceOpenTraining extends BaseCreateTrainingData {
public void testForceOpenTraining() throws InterruptedException { public void testForceOpenTraining() throws InterruptedException {
//1.创建训练营活动:保存并发布 //1.创建训练营活动:保存并发布
id = trainingTools.createThenPublishTraining(String.valueOf(currentTimestamp + 15000), applyEndTime, courseId, openStartDate, id = trainingTools.createThenPublishTraining(String.valueOf(currentTimestamp + 25000), applyEndTime, courseId, openStartDate,
openEndDate, 0.01, trainingTitle, 2, 1, trainerListIdS, "YES"); openEndDate, 0.01, trainingTitle, 2, 1, trainerListIdS, "YES");
if (id.isEmpty()) { if (id.isEmpty()) {
id = trainingTools.createThenPublishTraining(futureTimestampS, applyEndTime, courseId, openStartDate, id = trainingTools.createThenPublishTraining(futureTimestampS, applyEndTime, courseId, openStartDate,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment