Merge pull request #22327 from muxi/testTimeout-deflake

Fix testTimeout flake
pull/22349/head
Muxi Yan 5 years ago committed by GitHub
commit bc2fbf47dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/objective-c/tests/UnitTests/APIv2Tests.m

@ -401,6 +401,7 @@ static const NSTimeInterval kInvertedTimeout = 2;
GRPCMutableCallOptions *options = [[GRPCMutableCallOptions alloc] init];
options.timeout = 0.001;
options.transportType = GRPCTransportTypeInsecure;
GRPCRequestOptions *requestOptions =
[[GRPCRequestOptions alloc] initWithHost:kHostAddress
path:kFullDuplexCallMethod.HTTPPath

Loading…
Cancel
Save