Skip to content
Snippets Groups Projects
Commit bd54ec41 authored by Craig Tiller's avatar Craig Tiller
Browse files

1 != 10

parent 8819ac75
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ typedef struct test_thread_options {
} test_thread_options;
gpr_timespec ten_seconds_time(void) {
return GRPC_TIMEOUT_SECONDS_TO_DEADLINE(1);
return GRPC_TIMEOUT_SECONDS_TO_DEADLINE(10);
}
static void producer_thread(void *arg) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment