Commit 4627349f by dujunli

增加睡眠时间

parent e27ebfaa
......@@ -271,7 +271,7 @@ public class ReserveTools extends XMBaseTest {
JSONObject body = new JSONObject();
body.put("current",0);
body.put("size",500);
body.put("size",600);
if (!courseId.equals("")){
body.put("courseId",courseId);
}
......
......@@ -91,7 +91,7 @@ public class TestEditCampRuleSchedule extends SelectTargetTrainingCampAndGetInfo
//给会员报名
trainingTools.doSignCampOrder(memberId, this.price, this.campId,"");
orderId = XMJSONPath.readPath(dataApi.getApi_response(), "$.result");
Thread.sleep(8000);
Thread.sleep(10000);
//check 预约记录(训练营预约记录,根据训练营活动筛选)
JSONArray reserverList= reserveTools.getPageByStudio("","","","",null,
......
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