Skip to content
Snippets Groups Projects
Commit ad262a1c authored by Vijay Pai's avatar Vijay Pai
Browse files

Merge pull request #2384 from ctiller/spiderman-cant-compete

Fix timeout (and probably TSAN builds...)
parents 13608fe3 bd54ec41
No related branches found
No related tags found
No related merge requests found
...@@ -177,7 +177,7 @@ typedef struct test_thread_options { ...@@ -177,7 +177,7 @@ typedef struct test_thread_options {
} test_thread_options; } test_thread_options;
gpr_timespec ten_seconds_time(void) { gpr_timespec ten_seconds_time(void) {
return GRPC_TIMEOUT_SECONDS_TO_DEADLINE(1); return GRPC_TIMEOUT_SECONDS_TO_DEADLINE(10);
} }
static void free_completion(void *arg, grpc_cq_completion *completion) { static void free_completion(void *arg, grpc_cq_completion *completion) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment