Reduce a timeout causing overflow
This commit is contained in:
parent
0d9f81f741
commit
edd4667348
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Reference in New Issue