Skip to content
Snippets Groups Projects
Commit 8ccebc40 authored by Yang Gao's avatar Yang Gao
Browse files

Merge pull request #4478 from ctiller/sleep-longer

Stabilize test by increasing timeout
parents f6d4c626 54bc8a95
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@ static void test_too_many_plucks(void) {
}
/* wait until all other threads are plucking */
gpr_sleep_until(GRPC_TIMEOUT_MILLIS_TO_DEADLINE(100));
gpr_sleep_until(GRPC_TIMEOUT_MILLIS_TO_DEADLINE(1000));
ev = grpc_completion_queue_pluck(cc, create_test_tag(),
gpr_inf_future(GPR_CLOCK_REALTIME), NULL);
......
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