Commit 9d714d26 by zhangyuxiao

增加至8秒的延时

parent bbe26221
...@@ -63,7 +63,7 @@ public class TestExportCard extends XMBaseTest { ...@@ -63,7 +63,7 @@ public class TestExportCard 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(5000); Thread.sleep(8000);
} 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