refactor(sync): modify syncEnvTest

This commit is contained in:
Minghao Li 2022-11-01 10:52:25 +08:00
parent 094c14e272
commit 3fbb51346b
1 changed files with 2 additions and 2 deletions

View File

@ -26,12 +26,12 @@ int main() {
assert(ret == 0);
for (int i = 0; i < 5; ++i) {
ret = syncEnvStartTimer();
//ret = syncEnvStartTimer();
assert(ret == 0);
taosMsleep(5000);
ret = syncEnvStopTimer();
//ret = syncEnvStopTimer();
assert(ret == 0);
taosMsleep(5000);