aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/statistics
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-02-03 11:54:26 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-02-03 11:54:26 -0800
commitc40b34745ac5aac3cb9954d2b9fa52edb99202de (patch)
tree76e41c4ef0d84b8f6b837a032d882be97df5d2ab /test/core/statistics
parent9a3997c8537d168f4b869c3912994c2dc6f476ba (diff)
parent4fd2bf6ec964dae973040984e5b5b387fe2f72e1 (diff)
Merge branch 'bwest' into assert_writes
Diffstat (limited to 'test/core/statistics')
-rw-r--r--test/core/statistics/census_log_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/statistics/census_log_tests.c b/test/core/statistics/census_log_tests.c
index 8646a2fdf1..0f96f014ea 100644
--- a/test/core/statistics/census_log_tests.c
+++ b/test/core/statistics/census_log_tests.c
@@ -199,7 +199,7 @@ static void writer_thread(void *arg) {
This should never happen for circular logs. */
printf(" Writer stalled due to out-of-space: %d out of %d written\n",
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. */