Commit f6fee968 by yangfangfang

解决报错

parent f83d37b6
...@@ -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(15000); Thread.sleep(25000);
} catch (InterruptedException e) { } catch (InterruptedException e) {
throw new RuntimeException(e); throw new RuntimeException(e);
} }
...@@ -207,7 +207,7 @@ public class TestGoodsOrderByDeposit extends XMBaseTest { ...@@ -207,7 +207,7 @@ public class TestGoodsOrderByDeposit extends XMBaseTest {
try { try {
Thread.sleep(15000); Thread.sleep(25000);
} catch (InterruptedException e) { } catch (InterruptedException e) {
throw new RuntimeException(e); throw new RuntimeException(e);
} }
...@@ -249,7 +249,7 @@ public class TestGoodsOrderByDeposit extends XMBaseTest { ...@@ -249,7 +249,7 @@ public class TestGoodsOrderByDeposit extends XMBaseTest {
Assert.assertEquals(disRefundInventory,refundInventory-1,"B端作废退货退款订单后,物品库存数应减少1个"); Assert.assertEquals(disRefundInventory,refundInventory-1,"B端作废退货退款订单后,物品库存数应减少1个");
try { try {
Thread.sleep(10000); Thread.sleep(25000);
} catch (InterruptedException e) { } catch (InterruptedException e) {
throw new RuntimeException(e); throw new RuntimeException(e);
} }
...@@ -289,7 +289,7 @@ public class TestGoodsOrderByDeposit extends XMBaseTest { ...@@ -289,7 +289,7 @@ public class TestGoodsOrderByDeposit extends XMBaseTest {
Assert.assertEquals(disSignInventory,disRefundInventory+1,"B端作废购买订单后,物品库存数应增加1个"); Assert.assertEquals(disSignInventory,disRefundInventory+1,"B端作废购买订单后,物品库存数应增加1个");
try { try {
Thread.sleep(15000); Thread.sleep(25000);
} 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