Commit 91fb6f63 by yangfangfang

解决报错

parent 3f0a9901
...@@ -140,7 +140,7 @@ public class TestGoodsOrderByDeposit extends XMBaseTest { ...@@ -140,7 +140,7 @@ public class TestGoodsOrderByDeposit extends XMBaseTest {
Assert.assertEquals(signInventory,beforeInventory-1,"使用储值卡全额抵扣购买物品成功后,物品库存数应减少1个"); Assert.assertEquals(signInventory,beforeInventory-1,"使用储值卡全额抵扣购买物品成功后,物品库存数应减少1个");
try { try {
Thread.sleep(5000); Thread.sleep(8000);
} 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