aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/statistics/quick_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/statistics/quick_test.c')
-rw-r--r--test/core/statistics/quick_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/statistics/quick_test.c b/test/core/statistics/quick_test.c
index 0e432314bb..c72ae77b98 100644
--- a/test/core/statistics/quick_test.c
+++ b/test/core/statistics/quick_test.c
@@ -40,7 +40,7 @@
int main(int argc, char **argv) {
grpc_test_init(argc, argv);
- srand(gpr_now().tv_nsec);
+ srand(gpr_now(GPR_CLOCK_REALTIME).tv_nsec);
test_invalid_record_size();
test_end_write_with_different_size();
test_read_pending_record();