diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-07-01 17:21:01 -0700 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-07-01 17:21:01 -0700 |
commit | f3756c1e0d09a90173851a8e8ab4f6342ae8de45 (patch) | |
tree | 34649d67c401175aa59c1e2fcb80ca2e5f08d326 /test/core/httpcli | |
parent | ef558b321f4f65f37d5579648d5ff606128b60e0 (diff) |
Introduce multiple clocks to GPR
Diffstat (limited to 'test/core/httpcli')
-rw-r--r-- | test/core/httpcli/httpcli_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/httpcli/httpcli_test.c b/test/core/httpcli/httpcli_test.c index 6e579bc045..9e76a76666 100644 --- a/test/core/httpcli/httpcli_test.c +++ b/test/core/httpcli/httpcli_test.c @@ -145,7 +145,7 @@ int main(int argc, char **argv) { gpr_free(args[0]); gpr_free(args[2]); - gpr_sleep_until(gpr_time_add(gpr_now(), gpr_time_from_seconds(5))); + gpr_sleep_until(gpr_time_add(gpr_now(GPR_CLOCK_REALTIME), gpr_time_from_seconds(5))); grpc_test_init(argc, argv); grpc_init(); |