--- libaitrpc/example/tcli.c 2012/05/18 15:37:58 1.7.4.18 +++ libaitrpc/example/tcli.c 2012/05/19 00:53:06 1.8.2.1 @@ -29,7 +29,7 @@ int main(int argc, char **argv) } printf("\n\n1 pass>>> RPC ping\n\n"); - for (i = 0; i < 10000; i++) { + for (i = 0; i < 100000; i++) { gettimeofday(&before, NULL); if ((ret = rpc_cli_ping(cli)) == -1) { printf("error:: errno=%d %s\n", rpc_GetErrno(), rpc_GetError());