Commit 8b5028a4 by DuJunLi

增加睡眠时间

parent 09855c88
...@@ -121,8 +121,8 @@ public class TestCreateMemberCluster extends BaseTestImpl { ...@@ -121,8 +121,8 @@ public class TestCreateMemberCluster extends BaseTestImpl {
} else { } else {
//5.2 可以操作手动更新时,用新数据 //5.2 可以操作手动更新时,用新数据
Assert.assertTrue(Boolean.valueOf(XMJSONPath.readPath(dataApi.getApi_response(), "$.success")) == true, "调用接口返回结果:" + XMJSONPath.readPath(dataApi.getApi_response(), "$.message")); Assert.assertTrue(Boolean.valueOf(XMJSONPath.readPath(dataApi.getApi_response(), "$.success")) == true, "调用接口返回结果:" + XMJSONPath.readPath(dataApi.getApi_response(), "$.message"));
//休息10秒,等待拉取数据结果 //休息20秒,等待拉取数据结果
Thread.sleep(10000); Thread.sleep(20000);
clusterIdA = clusterIdNewA; clusterIdA = clusterIdNewA;
clusterIdB = clusterIdNewB; clusterIdB = clusterIdNewB;
......
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