update test case

This commit is contained in:
yihaoDeng 2024-12-15 12:52:45 +08:00
parent cf2b2ba9c8
commit 6d1de67389
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ TEST_F(TransEnv, queryExcept) {
TEST_F(TransEnv, idTest) {
SRpcMsg resp = {0};
SRpcMsg req = {0};
for (int i = 0; i < 500i00; i++) {
for (int i = 0; i < 50000; i++) {
memset(&req, 0, sizeof(req));
req.info.noResp = 0;
req.msgType = 3;