aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr/alarm_list_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/iomgr/alarm_list_test.c')
-rw-r--r--test/core/iomgr/alarm_list_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/iomgr/alarm_list_test.c b/test/core/iomgr/alarm_list_test.c
index 684e3f579a..461c268a23 100644
--- a/test/core/iomgr/alarm_list_test.c
+++ b/test/core/iomgr/alarm_list_test.c
@@ -51,7 +51,7 @@ static void cb(void *arg, int success) {
}
static void add_test(void) {
- gpr_timespec start = gpr_now();
+ gpr_timespec start = gpr_now(GPR_CLOCK_REALTIME);
int i;
grpc_alarm alarms[20];