Commit 552a982b by yangfangfang

解决数据报错

parent d50d12ef
...@@ -243,7 +243,7 @@ public class TestGoodsOrder extends XMBaseTest { ...@@ -243,7 +243,7 @@ public class TestGoodsOrder extends XMBaseTest {
Assert.assertEquals(lastInventory,afterInventory,"B端继续收款后订单状态由待支付变为待补交,库存数应不变"); Assert.assertEquals(lastInventory,afterInventory,"B端继续收款后订单状态由待支付变为待补交,库存数应不变");
try { try {
Thread.sleep(5000); Thread.sleep(20000);
} 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