update test case
This commit is contained in:
parent
cf2b2ba9c8
commit
6d1de67389
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue