Skip to content
Snippets Groups Projects
Commit edd46673 authored by yang-g's avatar yang-g
Browse files

Reduce a timeout causing overflow

parent 0d9f81f7
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ static void test_receive(int number_of_clients) {
gpr_mu_lock(GRPC_POLLSET_MU(&g_pollset));
for (i = 0; i < number_of_clients; i++) {
deadline = GRPC_TIMEOUT_SECONDS_TO_DEADLINE(4000);
deadline = GRPC_TIMEOUT_SECONDS_TO_DEADLINE(10);
number_of_reads_before = g_number_of_reads;
/* Create a socket, send a packet to the UDP server. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment