Commit fc35a967 authored by 龚小红's avatar 龚小红

增加秒杀助力完成后查询延时3s的逻辑

parent ca5fbd55
...@@ -878,6 +878,7 @@ public class SecondKill implements Authorization { ...@@ -878,6 +878,7 @@ public class SecondKill implements Authorization {
@Test(description = "查看秒杀资格商品详情", priority = 42) @Test(description = "查看秒杀资格商品详情", priority = 42)
public void 查看秒杀资格商品详情() { public void 查看秒杀资格商品详情() {
visitorAuth9(); visitorAuth9();
sleep(3000);
Map<String, Object> goodsDetailPar = new HashMap<>(); Map<String, Object> goodsDetailPar = new HashMap<>();
goodsDetailPar.put("liveId", LiveConstants.getValue(LiveConstants.StringKeyEnum.ENCODE_LIVE_ID.getKey())); goodsDetailPar.put("liveId", LiveConstants.getValue(LiveConstants.StringKeyEnum.ENCODE_LIVE_ID.getKey()));
goodsDetailPar.put("confId",ConfSecondKill.QualifiedId); goodsDetailPar.put("confId",ConfSecondKill.QualifiedId);
......
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