Commit bab56aee by yangfangfang

Merge remote-tracking branch 'origin/master'

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