From ca7effcdff69baba8e52e4c83fe808491df60f36 Mon Sep 17 00:00:00 2001 From: Robbie Shade Date: Tue, 17 Jan 2017 09:14:29 -0500 Subject: Replace timeout/scaling macros with functions. --- test/core/census/mlog_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/core/census') diff --git a/test/core/census/mlog_test.c b/test/core/census/mlog_test.c index 36e8a492fd..e2605d1291 100644 --- a/test/core/census/mlog_test.c +++ b/test/core/census/mlog_test.c @@ -185,7 +185,7 @@ static void writer_thread(void* arg) { "written\n", args->index, records_written, args->num_records); } - gpr_sleep_until(GRPC_TIMEOUT_MILLIS_TO_DEADLINE(10)); + gpr_sleep_until(grpc_timeout_milliseconds_to_deadline(10)); } } // Done. Decrement count and signal. -- cgit v1.2.3