Commit 6da26803 by yangfangfang

解决报错

parent b72f4bbf
...@@ -54,7 +54,7 @@ public class TestExportReserve extends XMBaseTest { ...@@ -54,7 +54,7 @@ public class TestExportReserve extends XMBaseTest {
xmAppApi.doRequest(RequestType.JSON,params,object.toString(),headers).assetsSuccess(true); xmAppApi.doRequest(RequestType.JSON,params,object.toString(),headers).assetsSuccess(true);
try { try {
Thread.sleep(3000); Thread.sleep(5000);
} catch (InterruptedException e) { } catch (InterruptedException e) {
e.printStackTrace(); e.printStackTrace();
} }
......
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