Commit 924267f7 by xuyamei

接口修改优化

parent f96e2d68
......@@ -9,7 +9,6 @@ import com.xiaomai.enums.LoginAccount;
import com.xiaomai.enums.RequestType;
import com.xiaomai.enums.Terminal;
import org.testng.Assert;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
......@@ -57,7 +56,7 @@ public class TestStudioRoleCreate extends BaseTestImpl {
xmAppApi.doRequest(RequestType.JSON,params,body,headers).assetsSuccess(true);
try {
Thread.sleep(3000);
Thread.sleep(6000);
} catch (InterruptedException e) {
throw new RuntimeException(e);
}
......@@ -84,7 +83,7 @@ public class TestStudioRoleCreate extends BaseTestImpl {
Assert.assertEquals(flag,true,"创建角色失败");
try {
Thread.sleep(3000);
Thread.sleep(10000);
} catch (InterruptedException 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