aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/InteropTests.m
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-03-27 14:41:24 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-03-27 14:41:24 -0700
commit16248a035f1beff942f5418b4ce9a27f88501063 (patch)
tree71e65f8841c5c951f1782df7b47847a80be2b609 /src/objective-c/tests/InteropTests.m
parenta6ffad97250ffa6eef28fc5230d69ceaadeb8a31 (diff)
Test nit fixes
Diffstat (limited to 'src/objective-c/tests/InteropTests.m')
-rw-r--r--src/objective-c/tests/InteropTests.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objective-c/tests/InteropTests.m b/src/objective-c/tests/InteropTests.m
index 7a8bc9bd79..2641270c25 100644
--- a/src/objective-c/tests/InteropTests.m
+++ b/src/objective-c/tests/InteropTests.m
@@ -488,9 +488,9 @@ BOOL isRemoteInteropTest(NSString *host) {
- (void)testKeepalive {
XCTAssertNotNil(self.class.host);
- __weak XCTestExpectation *expectation = [self expectationWithDescription:@"PingPong"];
+ __weak XCTestExpectation *expectation = [self expectationWithDescription:@"Keepalive"];
- [GRPCCall setKeepaliveWithInterval:1500 timeout:1 forHost:self.class.host];
+ [GRPCCall setKeepaliveWithInterval:1500 timeout:0 forHost:self.class.host];
NSArray *requests = @[@27182, @8];
NSArray *responses = @[@31415, @9];