Skip to content
Snippets Groups Projects
Commit c55a1d4d authored by Vijay Pai's avatar Vijay Pai
Browse files

Merge pull request #1091 from dklempner/trim_metadata_test

Make metadata_test test_things_stick_around use fewer strings
parents f0b6e26f a4ac78c8
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@ static void test_things_stick_around(void) {
grpc_mdctx *ctx;
int i, j;
char *buffer;
int nstrs = 10000;
int nstrs = 1000;
grpc_mdstr **strs = gpr_malloc(sizeof(grpc_mdstr *) * nstrs);
int *shuf = gpr_malloc(sizeof(int) * nstrs);
grpc_mdstr *test;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment