Commit 41ee78f9 authored by 龚小红's avatar 龚小红

修改延时为20s

parent 9e092743
......@@ -127,7 +127,7 @@ public class Comment implements Authorization {
@Test(description = "访客A获取历史所有评论", priority = 8)
public void 访客A获取历史所有评论() {
visitorAuth();
sleep(5000);
sleep(20000);
Map<String, Object> Params = new HashMap<>();
Params.put("liveId", LiveConstants.getValue(LiveConstants.StringKeyEnum.ENCODE_LIVE_ID.getKey()));
Response response = network.getResponse(Params, BasicConfig.MOBILE_SpokeHistoryList);
......@@ -212,7 +212,7 @@ public class Comment implements Authorization {
@Test(description = "代理人A获取实时历史所有评论", priority = 14)
public void 代理人A获取实时历史所有评论() {
agentAuth1();
sleep(5000);
sleep(20000);
Map<String, Object> Params = new HashMap<>();
Params.put("liveId", LiveConstants.getValue(LiveConstants.StringKeyEnum.ENCODE_LIVE_ID.getKey()));
Response response = network.getResponse(Params, BasicConfig.MOBILE_SpokeHistoryList);
......
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