Skip to content

Commit

Permalink
Stabilize test by increasing timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Dec 15, 2015
1 parent f6d4c62 commit 54bc8a9
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 54bc8a9

Please sign in to comment.