Commit 100da0f1 by xuyamei

增加等待时间

parent 2db1e7fd
......@@ -233,7 +233,7 @@ public class TestAddMemberReserve extends BaseTestImpl {
groupScheduleTools.editGroupSchedule(scheduleId,startTime,xmAppApi.getLoginInfo().getAdminId(),1,1);
try {
Thread.sleep(3000);
Thread.sleep(5000);
} catch (InterruptedException e) {
throw new RuntimeException(e);
}
......
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