Merge pull request #10846 from taosdata/feature/supportQ

handle except
This commit is contained in:
Yihao Deng 2022-03-20 00:18:50 +08:00 committed by GitHub
commit a4ea6c7191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ TEST_F(TransEnv, srvContinueSend) {
req.contLen = 10;
tr->cliSendAndRecv(&req, &resp);
}
taosMsleep(2000);
taosMsleep(1000);
}
TEST_F(TransEnv, srvPersistHandleExcept) {