提交 3fbb5134 编写于 作者: M Minghao Li

refactor(sync): modify syncEnvTest

上级 094c14e2
...@@ -26,12 +26,12 @@ int main() { ...@@ -26,12 +26,12 @@ int main() {
assert(ret == 0); assert(ret == 0);
for (int i = 0; i < 5; ++i) { for (int i = 0; i < 5; ++i) {
ret = syncEnvStartTimer(); //ret = syncEnvStartTimer();
assert(ret == 0); assert(ret == 0);
taosMsleep(5000); taosMsleep(5000);
ret = syncEnvStopTimer(); //ret = syncEnvStopTimer();
assert(ret == 0); assert(ret == 0);
taosMsleep(5000); taosMsleep(5000);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册