Skip to content

Commit

Permalink
Merge pull request grpc#4478 from ctiller/sleep-longer
Browse files Browse the repository at this point in the history
Stabilize test by increasing timeout
  • Loading branch information
yang-g committed Dec 15, 2015
2 parents f6d4c62 + 54bc8a9 commit 8ccebc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/surface/completion_queue_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8ccebc4

Please sign in to comment.