handle except

This commit is contained in:
yihaoDeng 2022-03-20 00:00:16 +08:00
parent 305057a04b
commit 9a5d1139b6
1 changed files with 1 additions and 1 deletions

View File

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