Commit 8faba4fc by xuyamei

解决报错

parent c2b33e7f
...@@ -188,7 +188,7 @@ public class TestAddMemberReserve extends BaseTestImpl { ...@@ -188,7 +188,7 @@ public class TestAddMemberReserve extends BaseTestImpl {
ruldId = XMJSONPath.readPath(getGroupRuleScheduleList.getJSONObject(0), "$.ruleId"); ruldId = XMJSONPath.readPath(getGroupRuleScheduleList.getJSONObject(0), "$.ruleId");
Long scheduleEndTime = TimeUtils.getTodayEndTime(1); Long scheduleEndTime = TimeUtils.getTodayEndTime(1);
try { try {
Thread.sleep(2500); Thread.sleep(5000);
} catch (InterruptedException e) { } catch (InterruptedException e) {
throw new RuntimeException(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