Commit c6b75dfd by xuyamei

解决报错

parent 2900fa03
...@@ -222,7 +222,7 @@ public class TestAddToQueue extends BaseTestImpl { ...@@ -222,7 +222,7 @@ public class TestAddToQueue extends BaseTestImpl {
memberInfo.set(2,reserveId); //将原来的id替换成新的id memberInfo.set(2,reserveId); //将原来的id替换成新的id
try { try {
Thread.sleep(1000); Thread.sleep(5000);
} 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