Commit 50b64db6 by yangfangfang

解决数据报错

parent 501d4781
...@@ -125,7 +125,7 @@ public class TestGetCostData extends XMBaseTest { ...@@ -125,7 +125,7 @@ public class TestGetCostData extends XMBaseTest {
try { try {
Thread.sleep(8000); Thread.sleep(20000);
} catch (InterruptedException e) { } catch (InterruptedException e) {
throw new RuntimeException(e); throw new RuntimeException(e);
} }
...@@ -215,7 +215,7 @@ public class TestGetCostData extends XMBaseTest { ...@@ -215,7 +215,7 @@ public class TestGetCostData extends XMBaseTest {
try { try {
Thread.sleep(8000); 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