diff options
author | Craig Tiller <ctiller@google.com> | 2015-07-30 07:54:12 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-07-30 07:54:12 -0700 |
commit | 06aeac64706388e096ab9462f1ceec78cbe9e688 (patch) | |
tree | c68c7ac729178df51aba0529dde306563535ab19 /test/core | |
parent | 5ddbb9d405c01564b935e9ab81ae2833124e0b12 (diff) | |
parent | 7d024c736937851f03df012d9fae4d063c540eb6 (diff) |
Merge github.com:grpc/grpc into plucking-hell
Diffstat (limited to 'test/core')
-rw-r--r-- | test/core/security/oauth2_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/security/oauth2_utils.c b/test/core/security/oauth2_utils.c index bd4d44ac48..990855ac6a 100644 --- a/test/core/security/oauth2_utils.c +++ b/test/core/security/oauth2_utils.c @@ -86,7 +86,7 @@ char *grpc_test_fetch_oauth2_token_with_credentials(grpc_credentials *creds) { while (!request.is_done) { grpc_pollset_worker worker; grpc_pollset_work(&request.pollset, &worker, - gpr_inf_future(GPR_CLOCK_REALTIME)); + gpr_inf_future(GPR_CLOCK_MONOTONIC)); } gpr_mu_unlock(GRPC_POLLSET_MU(&request.pollset)); |